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.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": 12,
"completed_at": "2025-04-21T20:00:34.134Z",
"created_at": "2025-04-21T20:00:34.134Z",
"error": "r0uee",
"id": "b50f27a7-9522-4faa-8712-8a33d021089e",
"input": "{}",
"output": "{}",
"started_at": "2025-04-21T20:00:34.136Z",
"status": "completed",
"type": "file_conversion",
"updated_at": "2025-04-21T20:00:34.136Z",
"user_id": "215e40c1-7c6d-4d70-a67a-b2167966a3d2",
"worker": "Sdg6Yq"
}
],
"next_page": "e7qDr3wGD21"
}