---
title: "GET /public/v1/import-jobs/{jobId}"
method: GET
path: "/public/v1/import-jobs/{jobId}"
tags: ["Campaigns"]
---

# GET /public/v1/import-jobs/{jobId}

`GET /public/v1/import-jobs/{jobId}`

Check the status of a prospect import job created via add-lead-to-campaign. Workspace admins and owners can access import jobs for other workspace members.

## Path parameters

- `jobId` string, required

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `importJob` object
      - `id` string
      - `campaign_id` string
      - `status` string
      - `fetch_type` string
      - `total_prospects` number
      - `created_at` string
      - `started_at` string, nullable
      - `completed_at` string, nullable
      - `error_message` string, nullable
      - `items` object[]
        - `id` string
        - `identifier` string
        - `status` string
        - `prospect_id` string, nullable
        - `error_message` string, nullable
        - `completed_at` string, nullable

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
