Document Chunks
List document chunks
Retrieves a paginated list of document chunks with optional filtering by document ID.
GET
Authorizations
Your unique Avido API key
Query Parameters
Filter by document ID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Number of items to skip
Required range:
x >= 0
Example:
0
Number of items per page
Required range:
1 <= x <= 100
Example:
25
Field to order by
Example:
"createdAt"
Order direction
Available options:
asc
, desc
Example:
"desc"
Filter by document status
Available options:
DRAFT
, REVIEW
, APPROVED
, ARCHIVED
Example:
"APPROVED"
Response
200
application/json
Successfully retrieved documents
Paginated response containing document chunks