GetLogsQuerySchema
from_dateinteger
Lower bound of the log creation date range to return, as a Unix timestamp.
items_per_pageinteger
Number of log records to return per page.
model[]string[]
Restrict results to logs generated by these model names.
page_numberinteger
Page number to retrieve when paginating through results.
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.
GetLogsQuerySchema
{
"from_date": null,
"items_per_page": 1,
"model[]": [
"string"
],
"page_number": 1,
"tag[]": [
"string"
],
"to_date": null
}
Was this page helpful?