get https://api.aluma.io/tasks
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:
State | Description |
---|---|
queued | The task is queued for processing. |
running | The task is being processed. |
pending:start_client_action | The task is waiting for validation or export. The client_action property specifies which one. |
pending:complete_client_action | The task is being validated or exported. The client_action property specifies which one. |
completed | The 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. |
failed | There 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-out | The 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. |
canceled | The 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. |