Search for events

Allows searching for events that match the query parameter criteria.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Query parameters

querystringOptional

Find events by a free-text search query. The query will be matched against the event data payload (if any).

idstringOptionalformat: "^(IS|IS_ANY_OF):(.*?)(,([0-9]+))*$"

Filter by event ID using supported operators: IS, IS_ANY_OF.

groupIdstringOptionalformat: "^(IS|IS_ANY_OF):(.*?)(,([0-9]+))*$"

Filter by group ID using supported operators: IS, IS_ANY_OF.

featurestringOptionalformat: "^(IS|IS_ANY_OF):(.*?)(,([a-zA-Z0-9_]+))*$"

Filter by feature name using supported operators: IS, IS_ANY_OF

projectstringOptionalformat: "^(IS|IS_ANY_OF):(.*?)(,([a-zA-Z0-9_]+))*$"

Filter by projects ID using supported operators: IS, IS_ANY_OF.

typestringOptionalformat: "^(IS|IS_ANY_OF):(.*?)(,([a-zA-Z0-9_]+))*$"

Filter by event type using supported operators: IS, IS_ANY_OF.

createdBystringOptionalformat: "^(IS|IS_ANY_OF):(.*?)(,([a-zA-Z0-9_]+))*$"

Filter by the ID of the event creator, using supported operators: IS, IS_ANY_OF.

fromstringOptionalformat: "^(IS):\d{4}-\d{2}-\d{2}$"

The starting date of the creation date range in IS:yyyy-MM-dd format

tostringOptionalformat: "^(IS):\d{4}-\d{2}-\d{2}$"

The ending date of the creation date range in IS:yyyy-MM-dd format

offsetstringOptionalDefaults to 0
The number of features to skip when returning a page. By default it is set to 0.
limitstringOptionalDefaults to 50
The number of feature environments to return in a page. By default it is set to 50. The maximum is 1000.
environmentstringOptionalformat: "^(IS|IS_ANY_OF):(.*?)(,([a-zA-Z0-9_]+))*$"

Filter by environment name using supported operators: IS, IS_ANY_OF.

Response

eventSearchResponseSchema
eventslist of objects
The list of events
totalinteger>=0
The total count of events