Organizations

Get platform event log entries

This endpoint may be changed or removed at any time. Don't use it in production environments.

post/organization/{organization_id}/event-logs

Path parameters

organization_idstring required

ID of an organization

Request body

cursorstring

Pagination cursor from a previous response. The cursor already encodes the time range, filters and sort order, so it is mutually exclusive with 'from_time', 'to_time', 'event_types', 'asset_filters' and 'order_by' ('limit' may still be supplied).

event_typesstring[]

Restrict results to these event types. 'null' applies no filtering; an empty list returns no events.

from_timestring

Start of the time window (ISO 8601 UTC). Defaults to 30 days before now.

limitinteger

Number of entries per page.

order_by'create_time:asc' | 'create_time:desc'

Sort order in 'column:direction' form. Only 'create_time:asc' and 'create_time:desc' are supported. Defaults to 'create_time:desc'. Mutually exclusive with 'cursor'.

to_timestring

End of the time window (ISO 8601 UTC). If omitted, no upper time bound is applied.

Response

Response

nextstring

Opaque cursor to retrieve the next page. Null when no more entries exist in the forward direction.

previousstring

Opaque cursor to retrieve the previous page. Null when no more entries exist in the backward direction.

Changes

Changed in 1 of the 14 revisions of this API.1