agents
Get Agent Status
Retrieves the current status of a specific agent.
Parameters:
- agent_id: Unique identifier of the agent to check
The most important fields are:
- success: Whether the agent task was successful (None if still running)
- answer: The answer to the agent task (None if still running)
Also you can check the steps
field to better understand which actions where taken by the agent.
GET
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
The montly period to get usage for, i.e May 2025
Response
200
application/json
Successful Response
This class is used to handle the legacy agent status response.
The rationale is that we are likely to change the AgentStepResponse
in the future and we want to be able to handle the legacy response.
This is a temporary solution to avoid breaking changes.