agents
agents
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/v1/organizations/{org_id}/agent/runs
Path parameters
org_idinteger required
Query parameters
user_idinteger nullable
Filter by user ID who initiated the agent runs
Filter by user ID who initiated the agent runs
source_type'LOCAL' | 'SLACK' | 'GITHUB' | 'GITHUB_CHECK_SUITE' | 'GITHUB_PR_REVIEW' | 'LINEAR' | 'API' | 'CHAT' | 'JIRA' | 'CLICKUP' | 'MONDAY' | 'SETUP_COMMANDS'
Filter by source type of the agent runs
skipinteger
limitinteger
Headers
{"stackTrail":"paths:/v1/organizations/{org_id}/agent/runs:get:parameters:5:schema","oasType":"schema","type":"unknown","title":"Authorization"}
Response
Successful Response