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

Applies a flat set of metadata tags to each document.

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

"Confidentiality classifier"

brief
string
Example:

"Tag each document with its confidentiality level."

tags
string[]
Example:
llm_model
string
Example:

"gpt-4o"

document_ids
string<uuid>[]
Example:
should_push_to_graph
boolean

Whether extracted tags are pushed to the project's knowledge graph.

Example:

true

created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only
extracted_document_tags_table
string<uuid> | null
read-only
versions
object[]
read-only
default_version
object | null

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

latest_version
object | null

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