---
title: "Get MCP job"
method: GET
path: "/api/v1/public/mcp/jobs/{job_handle}"
tags: ["public"]
---

# Get MCP job

`GET /api/v1/public/mcp/jobs/{job_handle}`

Return the status and terminal result of a durable MCP job in the authenticated workspace. Unknown and cross-workspace handles return the same not-found response.

## Path parameters

- `job_handle` string, required

## Response `200`

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/4cbf44e1d4fd/schema)
