Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.

Path Parameters

scanId
string<uuid>
required

Query Parameters

agent_id
string
required

Agent to read, from GET /scans/{scanId}/agents.

cursor
string

Cursor returned by the previous page.

limit
integer

Maximum number of steps to return. The default is 40 and the maximum is 100.

Required range: 1 <= x <= 100
tool_name
string

Return only the steps of one tool.

Response

One page of agent steps.

The response is of type object.