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

Converts source documents to text blocks via the parsing pipeline.

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

"Default parser"

brief
string
Example:

"Agentic OCR parser with figure summarization."

llm_model
string | null
Example:

"gpt-4o"

reducto_parsing_options
object
Example:
use_fast_parsing_for_pdfs
boolean
Example:

false

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

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

latest_version
object | null

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