Skip to main content
GET
/
v1
/
async
/
result
/
{task_id}
Get Async Task Status
curl --request GET \
  --url https://api.aryn.cloud/v1/async/result/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "account_id": "<string>",
  "doc_id": "<string>",
  "docset_id": "<string>",
  "created_at": "<string>",
  "name": "<string>",
  "size": 123,
  "content_type": "<string>",
  "properties": {}
}

Authorizations

Authorization
string
header
required

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

Headers

User-Agent
string | null

Path Parameters

task_id
string
required

Query Parameters

path_filter
enum<string>
required
Available options:
^/v1/storage/docsets/{docset_id}/docs$

Response

Successful Response

account_id
string
required

The account id containing the Document.

doc_id
string
required

The unique id for the Document.

docset_id
string
required

The unique id for the DocSet containing the Document.

created_at
string
required

The time at which this document was added to the system.

name
string
required

The name of this Document.

size
integer
required

The size of the Document in bytes.

content_type
string
required

The content type of the source Document.

properties
Properties · object

Additional properties for the Document.