---
title: "Get Bulk API Capabilities"
method: GET
path: "/bulk/capabilities"
tags: ["Bulk Jobs"]
---

# Get Bulk API Capabilities

`GET /bulk/capabilities`

Return the machine-readable bulk enrichment capability and tool manifest.

## Response `200`

Bulk capability manifest.

- object

## Other responses

- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key

## Changes

- **2026-08-25** `1f289eff3a26` — 2 breaking
  - the `oneOf[#/components/schemas/InvalidApiKeyError]/allOf[#/components/schemas/ErrorResponse]/errors/items/instance` response's property type/format changed from `string`/`uri` to `string`/`uri-reference` for status `401`
  - the `oneOf[#/components/schemas/MissingAuthenticationError]/allOf[#/components/schemas/ErrorResponse]/errors/items/instance` response's property type/format changed from `string`/`uri` to `string`/`uri-reference` for status `401`
- **2026-07-26** `f01f73557a67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/leadmagic/apis/leadmagic-api/changes/bulk/capabilities/get.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)
