Get job logs

Returns a job's user-facing log entries as structured JSON, oldest first, with cursor-based pagination via after and limit.
Structured records suited to filtering or incremental tailing, as opposed to the plain-text transcript of the same logs.

Path Params
uuid
required

The job ID.

Query Params
int64

Cursor for pagination — returns logs with ID greater than this value.
Null returns from the beginning.

int32
1 to 1000
Defaults to 100

Maximum number of logs to return (default: 100, max: 1000).

Responses

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