Retrieves a paginated list of documents with optional filtering by status, assignee, parent, and other criteria. Only returns documents with active approved versions unless otherwise specified.
Your unique Avido API key
Your unique Avido Application ID
Number of items to skip before starting to collect the result set.
x >= 00
Number of items to include in the result set.
1 <= x <= 10025
Field to order by in the result set.
"createdAt"
Order direction.
asc, desc "desc"
Filter by document version status (filters documents by their active version status)
DRAFT, REVIEW, APPROVED, ARCHIVED "APPROVED"
Filter documents by tag ID
"789e4567-e89b-12d3-a456-426614174000"
Search in document version title and content
"API documentation"
Filter by assignee user ID
"user_123456789"
Filter by scrape job ID
"321e4567-e89b-12d3-a456-426614174000"
Filter documents created after this date (inclusive).
"2024-01-01T00:00:00.000Z"
Filter documents created before this date (inclusive).
"2024-12-31T23:59:59.999Z"