v1

latestOpenAPI 3.0.12026-07-2318588.1 KB
Executions

Retrieve an execution

Returns the execution with the given uuid. You can use this endpoint to check the status of the execution.

get/public_api/airops_apps/executions/{execution_uuid}

Path parameters

execution_uuidstring required

The execution uuid

Response

Execution found

idstring required
status'pending' | 'running' | 'error' | 'success' | 'cancelled' | 'review_needed' required
airops_apps_version_idinteger
conversation_idstring
credits_usedinteger
error_codestring
{"stackTrail":"components:schemas:Execution:properties:error_message","oasType":"schema","type":"unknown"}
feedback'positive' | 'neutral' | 'negative'
inputsobject
outputobject
runtimeinteger

The time it took to execute the app in seconds

sourcestring
uuidstring
workspace_idinteger
createdAtstring date-time required
updatedAtstring date-time required
All 18 operations