Get processing documents
Get documents that are currently being processed. Default view=active is the live in-flight queue. view=pending is every unfinished document with no time cutoff. view=all also includes failed documents, paginated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
active returns in-flight documents updated in the last 4 hours. pending returns every document that is not done or failed, with no time cutoff. all also includes failed documents, paginated.
active, pending, all "all"
Comma-separated container tags to filter by
"user_123,sm_project_default"
Page number to fetch. Used with view=all.
^\d+$"1"
Number of items per page. Used with view=all.
^\d+$"50"