v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB
logs

Query Log Entries

Retrieve a collection of log entries for the organization identified by {organization_name} matching the log query.

post/organizations/{organization_name}/log-entries

Request body

end_timestring date-time required

The end time of the time range

page_sizeinteger

The maximum number of items per page.

querystring required

The query string for filtering logs

sort_order'desc' | 'asc'

The sort order of the log entries. asc will sort the log entries in chronological order. desc will sort the log entries in reverse chronological order.

start_timestring date-time required

The start time of the time range

Example request

{
  "page_size": 1
}

Response

OK

organization_namestring required

The organization name.

page_max_timestring date-time required

The maximum time page boundary. This may be used when getting paginated results.

page_min_timestring date-time required

The minimum time page boundary. This may be used when getting paginated results.

Example response

{
  "organization_name": "acme-corp"
}