Skip to main content
PATCH

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

Body

application/json

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

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
import_mode
boolean
default:false
write-only
set_latest_as_default
boolean
write-only

Response

Updated

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.