Event Logs

Retrieve execution logs for a specific event.

Unlike the other list endpoints this one is cursor-paginated: the response carries no
count, the page parameter is ignored, and you walk the log by following the next
link, which contains an opaque cursor. Supports Sorting and
Dynamic Fields.

Example

curl -X GET 'https://api.surfact.com/api/v2.0/events/68e7ba2bcddeda000e6ae0c3/logs/?page_size=20&sort_by=-createdAt' \
  -H 'X-Auth-Token: your_token_here'
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Object id of the event, or ~label to address it by label.

Query Params
string

Opaque cursor identifying the page to retrieve. Take it from the next or previous link of an earlier response rather than constructing it yourself. This endpoint does not support page — supplying one is silently ignored and returns the same rows.

integer

Items per page. Omit it and the endpoint returns the whole log in one response with next null.

string

Order results by an attribute; prefix - to reverse. See Sorting.

string

Comma-separated list of fields to include. See Dynamic Fields.

string

Comma-separated list of fields to omit. See Dynamic Fields.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json