Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

before
string | null
after
string | null
limit
integer
default:10
Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc
filename
string | null
filename_regex
string | null

Deprecated alias for prefix filename filtering. Regex patterns are rejected.

filename_contains
string | null

Plain-text search over the filename.

document_type
string[] | null

Filter by document type. Can be repeated. Accepted values: bmp, csv, doc, docm, docx, dotm, dotx, eml, gif, heic, heif, htm, html, jpeg, jpg, json, md, mhtml, msg, odp, ods, odt, ots, ott, pdf, png, ppt, pptx, rtf, svg, tif, tiff, tsv, txt, webp, xlam, xls, xlsb, xlsm, xlsx, xltm, xltx, xml, yaml, yml.

status
enum<string> | null
Available options:
pending,
queued,
in_progress,
completed,
failed,
cancelled
from_date
string | null
to_date
string | null
metadata
string | null

Response

Successful Response

A page of Extraction resources. data holds the items and list_metadata carries the before/after cursors; pass after to fetch the next page.

data
Extraction · object[]
required
list_metadata
ListMetadata · object
required

Boundary resource IDs for page navigation.