Skip to main content
GET
/
agents
/
{id}
/
status
Error
A valid request URL is required to generate request examples
{
  "db_status": "<string>",
  "container": {},
  "error_message": "<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

Response

Agent status

db_status
string
container
object
error_message
string | null