Get Document Pages
transkribus_doc_get_pagesRetrieve all pages of a document with filters like page range, status, and recognition type to narrow down results.
Instructions
Get all pages for a document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| id | Yes | Document ID | |
| pages | No | Page range filter | |
| status | No | Filter by status | |
| ctStatus | No | Filter by CT status | |
| fileName | No | Filter by file name | |
| modelUserId | No | Filter by model user ID | |
| modelUserName | No | Filter by model user name | |
| modelId | No | Filter by model ID | |
| modelName | No | Filter by model name | |
| recognitionType | No | Filter by recognition type | |
| clientId | No | Filter by client ID | |
| clientName | No | Filter by client name | |
| modelType | No | Filter by model type | |
| labelId | No | Filter by label ID | |
| hideOnSites | No | Filter by hide on sites flag | |
| index | No | Start index | |
| nValues | No | Number of values (-1 for all) | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction (asc/desc) | |
| pagingWrapper | No | Use paging wrapper | |
| skipPagesWithMissingStatus | No | Skip pages with missing status |