Skip to main content
id
string
Unique identifier for the extract, prefixed extr_.
object
string
Always extract.
workspace
string
Workspace scope. Global legal-provision extracts return null.
source
object
A typed reference to the provision the quote was extracted from: object (e.g. legal.provision) and the stable id (e.g. lpv_…). Resolve the provision’s details through the provision endpoint.
jurisdiction
object
Jurisdiction for the quoted source.
quote
string | null
Verbatim quote verified against the pinned text version, when present.
language
string
Language of the pinned text version.
url
string
Permanent Plane URL for the extract page.
{
  "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"
}