---
title: "Get Document Coordinator Context"
method: GET
path: "/documents/{document_id}/coordinator-context"
tags: ["documents"]
---

# Get Document Coordinator Context

`GET /documents/{document_id}/coordinator-context`

Get coordinator context (API key + session ID) for document revision

## Path parameters

- `document_id` string, uuid, required

## Response `200`

Successful Response

- CoordinatorContextResponse — Context needed to resume coordinator for document revision
  - `anthropic_key` string, required
  - `coordinator_session_id` string, nullable, required
  - `conversation_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.net/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/versions/28bdface01df/schema)
