Skip to main content
GET
List files

Path Parameters

workspaceSlug
string
required

URL-safe workspace identifier.

Query Parameters

formats
enum<string>[]

Filter by file extension. Each entry expands to its format's full extension set (so jpg also matches jpeg).

A supported file extension.

Available options:
csv,
docx,
htm,
html,
jpeg,
jpg,
json,
log,
pdf,
png,
rtf,
tif,
tiff,
txt,
wav,
xlsx,
xml
modality
enum<string>[]

Filter by modality (text, tabular, image, audio).

A supported document modality.

Available options:
audio,
image,
tabular,
text

Search by file name (case-insensitive, partial match).

after
string

Cursor pointing to the last item of the previous page. Obtain this from the nextCursor field in the response.

limit
integer<uint32>

The maximum number of records to return (1-100, default: 20).

Required range: 1 <= x <= 100

Response

Generic paginated response wrapper.

Provides a consistent structure for all paginated API responses with cursor-based pagination support. When next_cursor is present, there are more items to fetch.

Generic paginated response wrapper.

Provides a consistent structure for all paginated API responses with cursor-based pagination support. When next_cursor is present, there are more items to fetch.

items
object[]
required

Items in this page.

nextCursor
string

Cursor to fetch the next page. Present only when more items exist.

total
integer<int64>

Total count of items matching the query (if requested).