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
Get OrganizationsGet organizations for the authenticated user.
Returns a paginated list of all organizations that the authenticated user is a member of.
Results include basic organization details such as name, ID, and membership information.
Use pagination parameters to control the number of results returned.
Rate limit: 60 requests per 30 seconds.
Next