agents
Get Agent Run
Retrieve the status and result of an agent run.
Returns the current status, progress, and any available results for the specified agent run. The agent run must belong to the specified organization. If the agent run is still in progress, this endpoint can be polled to check for completion.
Rate limit: 60 requests per 30 seconds.
GET
Headers
Response
200
application/json
Successful Response
Represents an agent run in API responses
Previous
List Agent RunsList agent runs for an organization with optional user filtering.
Returns a paginated list of agent runs for the specified organization.
Optionally filter by user_id to get only agent runs initiated by a specific user.
Results are ordered by creation date (newest first).
Rate limit: 60 requests per 30 seconds.
Next