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
Response
200
application/json
Successful Response
The response is of type object
.