# Statuses

| Status       | Meaning                                                              |
| ------------ | -------------------------------------------------------------------- |
| in\_queue    | Workload is in the queue and is yet to be consumed by the API        |
| in\_progress | Workload has been pulled by the API and is currently being processed |
| completed    | Workload has completed with success                                  |
| failed       | Workload encountered an error during processing                      |
