Skip to content

Get run logs

GET
/common/agent/assignments/{assignmentId}/runs/{runId}/logs
Required scope: viskan:agent

Gets logs for a specific run with cursor-based pagination.

Parameters

Path parameters

assignmentId  string
The ID of the assignment.
runId  string
The ID of the run to get logs for.

Query parameters

searchAfterId  string
Log ID to search after for pagination.
limit  integer
Maximum number of logs to return.
Default value: 200

Response

The response contains the logs.