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

# Get Bulk Job Results

`GET /bulk/jobs/{jobId}/results`

Retrieve paginated row-level results for a bulk job as JSON.

## Path parameters

- `jobId` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer
- `status` string

## Response `200`

Paginated row results.

- JobRowsResponse
  - `rows` JobRow[], required
    - `id` string, uuid, required
    - `row_index` integer, required
    - `status` string, required
    - `lm_input` object, nullable
    - `lm_output` object, nullable
    - `credits_consumed` string, nullable
    - `error_message` string, nullable
    - `http_status_code` integer, nullable
    - `response_time_ms` integer, nullable
    - `completed_at` string, nullable
  - `limit` integer, required
  - `offset` integer, required

## 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/revisions/e95809714e4d/schema)
