---
title: "Get Bulk Job Status"
method: GET
path: "/bulk/jobs/{jobId}"
tags: ["Bulk Jobs"]
---

# Get Bulk Job Status

`GET /bulk/jobs/{jobId}`

Retrieve the current status and progress of a specific bulk job. Accepts progress-token auth from the submit response.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Current status of the requested bulk job.

- JobDetailResponse
  - `job_id` string, uuid, required
  - `status` string, required
  - `products` string[], nullable
  - `submission_product` string, nullable
  - `submission_endpoint` string, nullable
  - `execution_mode` string, nullable
  - `total_rows` integer, required
  - `processed_items` integer, required
  - `succeeded_items` integer, required
  - `failed_items` integer, required
  - `skipped_items` integer, required
  - `total_credits_consumed` string, nullable
  - `total_duration_ms` integer, nullable
  - `created_at` string, date-time, required
  - `started_at` string, date-time, nullable
  - `completed_at` string, date-time, nullable
  - `last_progress_at` string, date-time, nullable
  - `file_name` string, nullable
  - `callback_url` string, nullable
  - `callback_event` string, nullable
  - `priority` integer, nullable
  - `output_transform` unknown
  - `links` object
    - `statusUrl` string
    - `streamUrl` string
    - `wsUrl` string
    - `resultsUrl` string
    - `rowsUrl` string
    - `errorsUrl` string
    - `eventsUrl` string
    - `eventsExportUrl` string
    - `logsUrl` string
    - `downloadUrl` string
    - `progressUrl` string
    - `token` string
    - `exp` integer

## Other responses

- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key
- `404` — Not Found - The requested resource could not be found. **Common causes:** - Profile doesn't exist or is not accessible - Company not found in our database - Invalid URL or identifier
- `429` — Too Many Requests - Rate limit exceeded. **Action required:** Check the `Retry-After` header for when to retry. **Headers returned:** - `Retry-After`: Seconds until you can retry - `RateLimit-Limit`: Your limit per minute - `RateLimit-Remaining`: Remaining requests this minute - `RateLimit-Reset`: Seconds until limit resets
- `500` — Internal Server Error - Something went wrong on our end. **Action required:** Wait 30 seconds and retry. If the problem persists, contact support@leadmagic.io

---

[API](https://skmtc.net/leadmagic/apis/leadmagic-api.md) · [All operations](https://skmtc.net/leadmagic/apis/leadmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leadmagic/leadmagic-api/versions/e95809714e4d/schema)
