API → API Calls → List async operationshidden
hidden
Parameters
Name
Type
Req.
Possible values
created_at_ascending
: Sort in increasing order of "created_at".created_at_descending
: Sort in decreasing order of "created_at".
Possible values
queued
: The async API call is queued.uploaded
: The async API call was uploaded to be converted.in_progress
: The async API call is in progress.completed
: The async API call has completed.failed
: The async API call has failed.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
items
arrayoptionalArray of
input
optionaloutput
optionalPossible values
queued
: The async API call is queued.uploaded
: The async API call was uploaded to be converted.in_progress
: The async API call is in progress.completed
: The async API call has completed.failed
: The async API call has failed.
Possible values
file_conversion
: File conversion.file_volume
: File volume.file_center_of_mass
: File center of mass.file_mass
: File mass.file_density
: File density.file_surface_area
: File surface area.text_to_cad
: Text to CAD.text_to_cad_iteration
: Text to CAD iteration.
get
/async/operations$ curl "https://api.zoo.dev/async/operations" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-01-13T17:35:42.634Z",
"created_at": "2025-01-13T17:35:42.634Z",
"error": "XMcb6",
"id": "9b21e022-d549-4fc1-8c62-1d4cf6aaa6c9",
"input": "{}",
"output": "{}",
"started_at": "2025-01-13T17:35:42.635Z",
"status": "failed",
"type": "text_to_cad_iteration",
"updated_at": "2025-01-13T17:35:42.635Z",
"user_id": "db78d1f1-76e0-4fe2-98f2-6cfef6b28162",
"worker": "sHiidDVU5jGmfJ"
}
],
"next_page": "43I"
}