---
title: "List export jobs by context"
method: GET
path: "/v1/contexts/{contextId}/export-jobs"
tags: ["Export Jobs"]
---

# List export jobs by context

`GET /v1/contexts/{contextId}/export-jobs`

Use this endpoint to list all export jobs for a specific reconciliation context. Supports cursor-based pagination.

## Path parameters

- `contextId` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Headers

- `X-Request-Id` string

## Response `200`

List of export jobs for the context

- ExportJobListResponse
  - `hasMore` boolean
  - `items` ExportJobResponse[]
    - `bytesWritten` integer
    - `createdAt` string
    - `downloadUrl` string
    - `error` string
    - `expiresAt` string
    - `fileName` string
    - `finishedAt` string
    - `format` string
    - `id` string
    - `recordsWritten` integer
    - `reportType` string
    - `startedAt` string
    - `status` string
  - `limit` integer
  - `nextCursor` string

## Other responses

- `400` — The request contains invalid parameters or payload.
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Context not found
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
