Skip to main content
GET
Get view details

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Path Parameters

view_id
string<uuid>
required

View ID

Response

View details

Tenant view response.

Views define which fields from extracted data are returned when querying documents.

view_id
string<uuid>
required

Unique identifier for the view

document_type
string
required

Document type code this view applies to

name
string
required

View name (e.g., 'accounting', 'compliance')

fields
string[]
required

List of field names included in this view

is_default
boolean
required

Whether this is the default view for this document type

created_at
string<date-time>
required

View creation timestamp (ISO 8601)

updated_at
string<date-time>
required

Last modification timestamp (ISO 8601)

description
string | null

Optional description of the view's purpose