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.
GET
Get all agent jobs (v1)
Documentation Index
Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 (prefixed with mint_). 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.