Skip to main content
GET
/
agents
/
{id}
/
logs
Error
A valid request URL is required to generate request examples
{
  "logs": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Query Parameters

tail
integer
default:200

Number of tail lines

follow
enum<string>

If "true", stream logs via SSE

Available options:
true,
false

Response

Log output (JSON or SSE stream)

logs
string