GET /v1/agent/runs
Private · API Requires bearer
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| actorLogin* | query | string | GitHub login that owns the agent runs. |
| limit | query | string | Maximum run bundles to return, clamped from 1 to 100. |
Responses
- 200Recent agent run bundles for an authenticated actor
- 400Missing actor login
- 401Unauthorized