GET /api/v1/status/:id
Gets status of job specified by id.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of enqueued job.

Validations:

  • Must be a Integer


GET /api/v1/asset_status/:id
Gets status of add single files job specified by id.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of enqueued job.

Validations:

  • Must be a Integer


GET /api/v1/copy_to_status/:id
Gets the status of a copy to job specified by id.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of enqueued job.

Validations:

  • Must be a Integer

type
optional

Either ‘asset_copy_to’ or ‘project_copy_to’ to determine which type of copy operation is requested

Validations:

  • Must be a String