Event Management
Get a list of usage events with multiple query options
This API let’s you to fetch a list of events with multiple query parameters
GET
/
events
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
nextToken
string
Pagination token used as a marker to get records from next page.
status
string
Filter option to filter by status.
account_id
string
Filter option to filter based on account id.
schema_name
string
Filter option to filter the events based on schema name.
pageSize
integer
Maximum page size expected by client to return the record list.
NOTE: Max page size cannot be more than 50. Also 50 is the default page size if no value is provided.
Response
200 - application/json
Get batch events response
events
object[]
requirednextToken
string
Maximum length:
500