Returns a list of your tasks. The tasks are returned sorted by creation date, with the oldest tasks appearing first.

Tasks that have reached the completed, failed, timed-out and canceled states are returned for approximately 72 hours after reaching this state.

Valid values for the state query parameter are:

StateDescription
queuedThe task is queued for processing.
runningThe task is being processed.
pending:start_client_actionThe task is waiting for validation or export. The client_action property specifies which one.
pending:complete_client_actionThe task is being validated or exported. The client_action property specifies which one.
completedThe task was successfully processed and there is no further work to do. The original file and all related data have been deleted from the Aluma service.
failedThere was an unrecoverable error during the processing of the task. The original file and all related data have been deleted from the Aluma service.
timed-outThe processing of the task was not completed within the period specified in the project. The original file and all related data have been deleted from the Aluma service.
canceledThe processing of the task was canceled, and no further processing will take place. The original file and all related data have been deleted from the Aluma service.
Language