PDF
Get PDF Import
Gets the import task for a PDF, with a processing status and data if finished
GET
/
imports
/
{id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredResponse
200 - application/json
id
string
requiredThe id of the task
name
string | null
The name of the PDF
status
enum<string>
requiredThe status of the task
Available options:
QUEUED
, STARTED
, PENDING
, SUCCESS
, FAILURE
type
string
requiredThe type of the task
created_at
string
requiredThe 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