API → API CallsList 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.text_to_cad_multi_file_iteration
: Text to CAD multi-file iteration.
get
/async/operations$ curl "https://api.zoo.dev/async/operations" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"attempts": 30,
"completed_at": "2025-08-12T20:46:36.136Z",
"created_at": "2025-08-12T20:46:36.136Z",
"error": "wen0N3wzgOw88P8LXKgV4j2",
"id": "81e32c9a-806d-4aac-b6d2-34f0be8a7872",
"input": "{}",
"output": "{}",
"started_at": "2025-08-12T20:46:36.136Z",
"status": "failed",
"type": "text_to_cad_multi_file_iteration",
"updated_at": "2025-08-12T20:46:36.136Z",
"user_id": "eb7254c9-cd59-4a2d-a406-c179f948c695",
"worker": "pchjRN0bn5I7p19d3M70for5p"
}
],
"next_page": "2EQpwdOjd1hh4u"
}