GET
/
pdf
/
adv
/
{id}

Fetches a specific ADV form by id.

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required

The id of the task

name
string | null

The name of the PDF

status
enum<string>
required

The status of the task

Available options:
QUEUED,
STARTED,
PENDING,
SUCCESS,
FAILURE
type
string
required

The type of the task

created_at
string
required

The date and time this object was created

updated_at
string | null

The date and time this object was last updated

data

The output of the task