latestOpenAPI 3.0.32026-08-201592,4923.4 MB
53223abaceb7
CADs
Run a CAD query
Run a CAD query on a given CAD state. CAD queries that involve complex computation might take some time to complete. Please refer to the following steps to run a CAD query:
- Trigger the query computation via POST /cads/{cadId}/states/{cadStateId}/query
- Monitor progress via POST /cads/{cadId}/states/{cadStateId}/query
post/cads/{cadId}/states/{cadStateId}/query
Request body
Example request
{
"parameters": {}
}Response
Query submitted successfully.
Example response
{
"status": "RUNNING",
"result": null,
"failureReason": null
}