List agent jobs (v1)
deprecated
Deprecated: use v2 get agent job instead. Retrieves all agent jobs for the specified domain, including their status and details.
Authenticate with an admin API key.
GET
Get all agent jobs (v1)
Usage
This endpoint retrieves all agent jobs for the specified domain, providing an overview of all agent activities and their current status. This is useful for monitoring and managing multiple concurrent or historical agent jobs.Response
Use this endpoint to get a comprehensive view of all previous agent sessions.Authorizations
The Authorization header expects a Bearer token. Use an admin API key. This is a server-side secret key. Generate one on the API keys page in your dashboard.
Path Parameters
Query Parameters
Number of results to skip for pagination.
Required range:
x >= 0Number of results to return. Maximum 100.
Required range:
1 <= x <= 100Response
200 - application/json
All agent jobs retrieved successfully
Array of all agent sessions for the domain.
Related topics
Mintlify REST API introductionIntroduction à l'API REST MintlifyIntroducción a la API REST de Mintlify