GET
/
v1
/
async
/
list
curl --request GET \
  --url https://api.aryn.cloud/v1/async/list \
  --header 'Authorization: Bearer <token>'
{
  "tasks": {
    "aryn:t-47gpd3604e5tz79z1jro5fc": {
      "action": "/v1/document/partition",
      "task_status": "done"
    }
  }
}

Lists all the tasks still running in your account.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

User-Agent
string | null

Query Parameters

path_filter
enum<string>
required
Available options:
^/v1/document/partition$

Response

200
application/json
Successful Response
tasks
object
required

A map of task ids to task details.