---
title: "Resume Conversation"
method: POST
path: "/conversations/{conversation_id}/resume"
tags: ["conversations"]
---

# Resume Conversation

`POST /conversations/{conversation_id}/resume`

Resume an existing conversation - returns API key without creating new conversation

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- ConversationCreateResponse — Response when creating a new conversation
  - `conversation_id` string, required
  - `anthropic_key` string, nullable

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