Events
Retrieve events based on filters
POST
/
events
/
export
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
project
string
requiredName of the project associated with the event like New Project
filters
object[]
requireddateRange
object
projections
string[]
Fields to include in the response
limit
number
Limit number of results to speed up query (default is 1000, max is 7500)
page
number
Page number of results (default is 1)
Response
200 - application/json
events
object[]
totalEvents
number
Total number of events in the specified filter