> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get an extract

> Retrieve a durable Plane extract.

### Parameters

<ParamField type="string" path="id" initialValue="extr_9XkQw2NvR4pYtJ" required>
  The ID of an extract.
</ParamField>

### Returns

Returns an [extract object](/reference/extracts/object) if a valid
identifier was provided, and returns an error otherwise.

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "extr_9XkQw2NvR4pYtJ",
    "object": "extract",
    "workspace": null,
    "source": { "object": "legal.provision", "id": "lpv_7RmKw3QvT9pXsL" },
    "jurisdiction": { "country": "GB" },
    "quote": "not less than one week's notice",
    "language": "en",
    "url": "https://manage.plane.com/extracts/extr_9XkQw2NvR4pYtJ",
    "created": "2026-06-13T00:00:00Z",
    "updated": "2026-06-13T00:00:00Z"
  }
  ```
</ResponseExample>
