Skip to main content
GET
/
v1
/
extracts
/
{id}
Get an extract
curl --request GET \
  --url https://api.plane.com/v1/extracts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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"
}

Parameters

id
string
required
The ID of an extract.

Returns

Returns an extract object if a valid identifier was provided, and returns an error otherwise.
{
  "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"
}