Get agent status
This operation retrieves the provisioning and activation status of a specific agent. The agent ID is returned as agent_id in the Provision agent response. Accepts either the internal UUID or the external ID. Requires authentication with the agent’s own API key.
Headers
Path Parameters
The agent's unique identifier. Accepts either the internal UUID (returned as id by the Provision agent operation) or the external ID (external_id).
Response
Successful Response
Agent status payload used by /principals/{id}/status.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.