Endpoints
Async Partition List
GET
Lists all the tasks still running in your account.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Query Parameters
Available options:
^/v1/document/partition$
Response
200
application/json
Successful Response
A map of task ids to task details.
Was this page helpful?