agents
List Agent Runs
List 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.
GET
Headers
Path Parameters
Query Parameters
Filter by user ID who initiated the agent runs
Filter by source type of the agent runs
Available options:
LOCAL
, SLACK
, GITHUB
, GITHUB_CHECK_SUITE
, LINEAR
, API
, CHAT
, JIRA
Required range:
x >= 0
Required range:
1 <= x <= 100
Response
200
application/json
Successful Response
The response is of type object
.
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