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