---
title: "Pause a Bulk Job"
method: POST
path: "/bulk/jobs/{jobId}/pause"
tags: ["Bulk Jobs"]
---

# Pause a Bulk Job

`POST /bulk/jobs/{jobId}/pause`

Pause a queued or running bulk job.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Job paused.

## 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

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-07-26** `f01f73557a67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/leadmagic/apis/leadmagic-api/changes/bulk/jobs/:jobId/pause/post.md)

---

[API](https://skmtc.dev/leadmagic/apis/leadmagic-api.md) · [All operations](https://skmtc.dev/leadmagic/apis/leadmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leadmagic/leadmagic-api/revisions/1f289eff3a26/schema)
