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

Restricts a downstream pipeline branch to a subset of documents matching a filter.

name
string
Example:

"Legal docs only"

brief
string
Example:

"Filter to documents tagged as legal department."

filter
object
Example:
import_mode
boolean
default:false
write-only
set_latest_as_default
boolean
write-only

Response

Updated

Restricts a downstream pipeline branch to a subset of documents matching a filter.

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

"Legal docs only"

brief
string
Example:

"Filter to documents tagged as legal department."

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

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

latest_version
object | null

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