---
title: "Get the status of the job."
method: GET
path: "/api/external/v1/leads/get-status"
tags: ["Leads"]
---

# Get the status of the job.

`GET /api/external/v1/leads/get-status`

This endpoint is used to get the status of the job.
Once the job is completed, the status will be "completed".

The status can be:
- pending
- processing
- step_linkedin
- step_import
- completed
- error

Once the job is completed, please use the getLeads endpoint to get all the leads that were upserted by this request.

## Query parameters

- `job_id` string, required — The job id returned by an upsert endpoint.

## Response `200`

- object
  - `status` string
  - `processed_rows` integer
  - `total_rows` integer

## Other responses

- `401`
- `404`

## Changes

- **2026-08-17** `dd3f47f72f7a` — 2 breaking, 1 info
  - added the new required `query` request parameter `job_id`
  - removed the request body
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/genpage/apis/genpage-external-api-documentation/changes/api/external/v1/leads/get-status/get.md)

---

[API](https://skmtc.dev/genpage/apis/genpage-external-api-documentation.md) · [All operations](https://skmtc.dev/genpage/apis/genpage-external-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genpage/genpage-external-api-documentation/revisions/29a37db12acb/schema)
