Skip to main content
GET
/
api
/
agents
/
status
Get Agent Status
curl --request GET \
  --url https://api.steadwing.com/api/agents/status \
  --header 'X-API-Key: <x-api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

X-API-Key
string
required

Response

Successful Response