Skip to main content
GET
Retrieve object alerts extractor

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

extractor_id
string<uuid>
required

UUID of the extractor

Response

Successful response

Runs LLM-based alerts over already-extracted object rows.

id
string<uuid>
read-only
name
string
Example:

"Missing effective dates"

brief
string
Example:

"Alert when an obligation lacks an effective date."

instructions
string
Example:

"Flag any ContractClause missing an effective_date when clause_type is 'obligation'."

llm_model
string
Example:

"gpt-4o"

document_ids
string<uuid>[]
Example:
document_ranges
object | null
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only
alerts_table
string<uuid> | null
read-only
versions
object[]
read-only
default_version
object | null

Immutable snapshot of an ObjectAlertsExtractor's version-bearing configuration.

latest_version
object | null

Immutable snapshot of an ObjectAlertsExtractor's version-bearing configuration.