Monitor background jobs used for long-running tasks. These endpoints allow you to list all background jobs and retrieve the status and details of a specific job by ID.Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Related schemas
- Background Job — field reference for background job objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v2/background-jobs | List background job |
| GET | /api/v2/background-jobs/{id} | Get background job |