Skip to main content

List my tasks

GET 

/tasks

List all submitted documents and associated processing tasks.

If the task is DELETED, all associated links will lead to non-existent URLs, as the corresponding document has been removed from our system.

Request

Query Parameters

    company string

    Client name to optionally filter by (must be exact).

    includePresigned string

    Include a secure presigned URL to download the output model.

Header Parameters

    x-amz-security-token stringrequired

    Request signature (see the authentication section).

Responses

Successful query.

Schema

  • Array [

  • clientFilename string

    File name as submitted

    jobid stringrequired

    ID of the task

    submitted integerrequired

    Time of creation (seconds since epoch)

    companyName stringrequired

    Your client name

    client stringrequired

    Your organisation name

    modelUrl uri

    Possible values: Value must match regular expression ^https://

    URL to download model (if requested with includePresigned)

    modelFilename string

    Path of the output model file in S3 (see modelUrl for a presigned URL)

    originalFilename string

    Path of the original uploaded file in S3

    clientModelFilename string

    Suggested file name for the output model: clientFilename, but with extension changed to .json

    status stringrequired

    Possible values: [PENDING_UPLOAD, PROCESSING, DELETED, SUCCESS]

    Task status

  • ]

Loading...