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
query
Find events by a free-text search query. The query will be matched against the event data payload (if any).
id
Filter by event ID using supported operators: IS, IS_ANY_OF.
groupId
Filter by group ID using supported operators: IS, IS_ANY_OF.
feature
Filter by feature name using supported operators: IS, IS_ANY_OF
project
Filter by projects ID using supported operators: IS, IS_ANY_OF.
type
Filter by event type using supported operators: IS, IS_ANY_OF.
createdBy
Filter by the ID of the event creator, using supported operators: IS, IS_ANY_OF.
from
The starting date of the creation date range in IS:yyyy-MM-dd format
to
The ending date of the creation date range in IS:yyyy-MM-dd format
offset
The number of features to skip when returning a page. By default it is set to 0.
limit
The number of feature environments to return in a page. By default it is set to 50. The maximum is 1000.
environment
Filter by environment name using supported operators: IS, IS_ANY_OF.
Response
eventSearchResponseSchema
events
The list of events
total
The total count of events