> ## 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.

# Background Job

> A background job that can be used to perform long-running tasks

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.

## Related schemas

* [Background Job](/api-reference/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  |
