Skip to main content

GetLogsQuerySchema

from_dateinteger

Lower bound of the log creation date range to return, as a Unix timestamp.

Default: null
items_per_pageinteger

Number of log records to return per page.

Default: 1
model[]string[]

Restrict results to logs generated by these model names.

page_numberinteger

Page number to retrieve when paginating through results.

Default: 1
tag[]string[]

Restrict results to logs carrying any of these tags.

to_dateinteger

Upper bound of the log creation date range to return, as a Unix timestamp.

Default: null
GetLogsQuerySchema
{
"from_date": null,
"items_per_page": 1,
"model[]": [
"string"
],
"page_number": 1,
"tag[]": [
"string"
],
"to_date": null
}