List
List the events bound to the authenticated account.
Query Parameters
- url string[] required
URLs to return
- date_greater_than date-time required
Event datetime filter to return events with date greater than the parameter
- date_less_than date-time required
Event datetime filter to return events with date less than the parameter
- cursor string required
The pagination cursor
- limit int32 required
The maximum number of results
Responses
- 200
- 401
Found
- application/json
- Schema
- Example (from schema)
Schema
items object[]
Array [source string requiredargs object requiredurl string requiredrecorded_at date-time requiredaccount_id int64 required]- self string required
- next string required
- prev string required
- last string required
- first string required
{
"items": [
{
"source": "string",
"args": {},
"url": "string",
"recorded_at": "2023-07-26T10:28:13.605Z",
"account_id": 0
}
],
"self": "string",
"next": "string",
"prev": "string",
"last": "string",
"first": "string"
}
Authentication failure
- application/json
- Schema
- Example (from schema)
Schema
items object[]
Array [source string requiredargs object requiredurl string requiredrecorded_at date-time requiredaccount_id int64 required]- self string required
- next string required
- prev string required
- last string required
- first string required
{
"items": [
{
"source": "string",
"args": {},
"url": "string",
"recorded_at": "2023-07-26T10:28:13.605Z",
"account_id": 0
}
],
"self": "string",
"next": "string",
"prev": "string",
"last": "string",
"first": "string"
}
Loading...