v1

latestOpenAPI 3.0.12026-07-14182037.3 KB
Files

Check import status.

Check the status of requested import.

get/files/v3/files/import-from-url/async/tasks/{taskId}/status

Path parameters

taskIdstring required

Import by URL task ID

Response

successful operation

completedAtstring date-time required

Time of completion of task.

linksobject

Link to check the status of the requested task.

numErrorsinteger

Number of errors resulting from the task.

requestedAtstring date-time

Timestamp of when the task was requested.

startedAtstring date-time required

Timestamp of when the task was started.

status'PENDING' | 'PROCESSING' | 'CANCELED' | 'COMPLETE' required

Current status of the task.

taskIdstring required

If of the requested task.

Example response

{
  "errors": [
    {
      "errors": [
        {
          "context": {
            "missingScopes": [
              "scope1",
              "scope2"
            ]
          }
        }
      ]
    }
  ]
}