Skip to content
Go To Dashboard

Get agent by ID

GET /v1/agents/{id}

Requires Bearer token authentication.

ParameterTypeRequiredDescription
idstringYesAgent ID (UUID or numeric ID like AG-001)
Terminal window
curl -X GET "https://api.sapiom.ai/v1/agents/{id}" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"data": null,
"included": [
"string"
]
}
StatusCodeDescription
404-Agent not found

See API Introduction for error handling details.