GET /v1/queue¶List the current user’s queue items. While the task a queue item represents is still
processing, its status will be pending. Completed, successful tasks will have status
done, and will have a reference to the created package. Unsuccessful tasks will have
status FAILED, and an array of errors.
| Request Headers: | |
|---|---|
|
|
| Parameters: |
|
| Response Headers: | |
|
|
| Response JSON Array of Objects: | |
|
|
| Status Codes: |
|
GET /v1/queue/(id)¶Return a specific queue item. While the task the queue item represents is still processing, its status will be PENDING. Completed, successful tasks will have status DONE, and will have a reference to the created bag. Unsuccessful tasks will have status FAILED, and an array of errors.
| Request Headers: | |
|---|---|
|
|
| Parameters: |
|
| Response Headers: | |
|
|
| Response JSON Object: | |
|
|
| Status Codes: |
|