---
title: "Create call export job"
method: POST
path: "/api/v1/public/mcp/jobs/call-exports"
tags: ["public"]
---

# Create call export job

`POST /api/v1/public/mcp/jobs/call-exports`

Idempotently enqueue a bounded JSON call export for one voice agent in the authenticated workspace. Poll the returned job handle for its terminal result.

## Headers

- `Idempotency-Key` string, required

## Request body

- CallExportJobRequest
  - `agentId` string, required
  - `limit` integer

## Response `202`

Successful Response

- McpJobResponse
  - `handle` string, required
  - `toolName` string, required
  - `status` 'queued' | 'running' | 'succeeded' | 'failed' | 'cancelled' | 'expired', required
  - `attempts` integer, required
  - `maxAttempts` integer, required
  - `cancellationRequested` boolean, required
  - `result` object, nullable
  - `errorCode` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `expiresAt` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
