cURL
curl --request GET \ --url https://api.aryn.cloud/v1/async/list \ --header 'Authorization: Bearer <token>'
{ "tasks": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^/v1/document/partition$
Successful Response
A map of task ids to task details.
Show child attributes
The action of the Aryn API the async task was submitted to.
The state of the async task.
done
abort
cancel
run
queue
Was this page helpful?