Fetches all document IDs without pagination. Supports filtering by status and tags. Useful for bulk operations.
Your unique Avido API key
Your unique Avido Application ID
Filter by document version status (filters documents by their active version status). Supports multiple values.
Status of the document. Valid options: DRAFT, REVIEW, APPROVED, ARCHIVED, ACTIVE.
DRAFT, REVIEW, APPROVED, ARCHIVED, ACTIVE "APPROVED"
Filter documents by tag ID
"789e4567-e89b-12d3-a456-426614174000"
Search in document version title and content
"API documentation"
Filter by scrape job ID. Supports multiple values.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"321e4567-e89b-12d3-a456-426614174000"
List of document IDs retrieved successfully
Response containing all document IDs without pagination
Array of all document IDs matching the filter criteria
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001",
"323e4567-e89b-12d3-a456-426614174002"
]