List Api Requests
Returns a list of API requests. Supports filtering by time range, column filters, and search terms. At least one of start_time or end_time must be provided. An optional sort parameter controls timestamp ordering. Results are ordered by timestamp. Descending if end_time is used, ascending if start_time is used. The response is a tabular structure with columns, column_types, column_units, and rows.
Headers
xi-api-key
Request
This endpoint expects an object.
start_time
Start of the time range as a Unix timestamp in milliseconds.
end_time
End of the time range as a Unix timestamp in milliseconds.
limit
sort
Optional timestamp sort direction. If omitted, defaults to desc when end_time is provided, otherwise asc.
Allowed values:
filters
search
Response
Successful Response
columns
column_types
rows
column_units
Errors
422
Unprocessable Entity Error