organizations
Get Organizations
Get 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.
GET
Headers
Query Parameters
Required range:
x >= 0
Required range:
1 <= x <= 100
Response
200
application/json
Successful Response
The response is of type object
.
Previous
Get Agent Run LogsRetrieve an agent run with its logs using pagination. This endpoint is currently in ALPHA and IS subject to change.
Returns the agent run details along with a paginated list of logs for the specified agent run.
The agent run must belong to the specified organization. Logs are returned in chronological order.
Uses standard pagination parameters (skip and limit) and includes pagination metadata in the response.
Rate limit: 60 requests per 60 seconds.
Next