---
title: "List Extractions"
method: GET
path: "/conversations/{id}/extractions"
tags: ["conversations"]
---

# List Extractions

`GET /conversations/{id}/extractions`

Returns all extractions for a conversation.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ConversationsListExtractionsResponse200
  - `extractions` ConversationExtraction[], required
    - `id` string, required — The extraction ID.
    - `schema` ConversationExtractionSchema, required
      - `id` string, required
      - `name` string, required
      - `isDeleted` boolean, required — Whether the extraction schema has been deleted.
    - `result` object, required — The extracted data.
    - `created_at` string, date-time, required — When the extraction was created.

## Other responses

- `401` — Unauthorized (authentication missing or invalid)
- `403` — Forbidden
- `404` — Conversation not found
- `500` — Internal server error

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/dd8166a70626/schema)
