Skip to main content
GET
Retrieve tag 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 tag rows.

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

"Tag conflict alerts"

brief
string
Example:

"Flag tag/department conflicts."

instructions
string
Example:

"Flag any chunk where the assigned tag conflicts with the document's department tag."

llm_model
string
Example:

"gpt-4o"

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

Immutable snapshot of a TagAlertsExtractor's version-bearing configuration.

latest_version
object | null

Immutable snapshot of a TagAlertsExtractor's version-bearing configuration.