Get file schema values by fileIds
Get file schema values by fileIds of the current organization and workspace.
This endpoint is paginated, you can use the page and limit query parameters to control the pagination.
For table/list fields with more than 100 rows, use includeFullTableData=true to retrieve all rows from S3 storage.
Request Parameters
Path Parameters
Query Parameters
includeFullTableData=true to fetch every row from S3 storage — expect a larger
response and a slower call.Response Structure
The response nests pagination insidevalues:
Updating these values
Theid of a formValues entry is the schemaValueId you pass to
PATCH /files/{fileId}/values to
change extracted field or table cell values.Authorizations
API key for authentication
Path Parameters
Query Parameters
Page number
1
Number of items per page
100
Field to sort by
"createdAt"
Sort direction
ASC, DESC "ASC"
Opaque pagination cursor. Provide the parameter (empty value for the first page) to switch to cursor pagination: the response becomes { data, pagination: { limit, nextCursor, hasMore } } with default limit 50 (max 100). Omit it entirely for legacy page/limit pagination. In cursor mode sortBy must be one of createdAt, updatedAt, _id, and cursors are bound to the sortBy/sortOrder they were minted with.
Response
The file schema values are retrieved