---
title: "Retrieve an execution"
method: GET
path: "/public_api/airops_apps/executions/{execution_uuid}"
tags: ["Executions"]
---

# Retrieve an execution

`GET /public_api/airops_apps/executions/{execution_uuid}`

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

## Path parameters

- `execution_uuid` string, required

## Response `200`

Execution found

- Execution
  - `id` string, required
  - `status` 'pending' | 'running' | 'error' | 'success' | 'cancelled' | 'review_needed', required
  - `airops_apps_version_id` integer
  - `conversation_id` string
  - `credits_used` integer
  - `error_code` string
  - `error_message` unknown
  - `feedback` 'positive' | 'neutral' | 'negative'
  - `inputs` object
  - `output` object
  - `runtime` integer — The time it took to execute the app in seconds
  - `source` string
  - `uuid` string
  - `workspace_id` integer
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Authentication error

---

[API](https://skmtc.dev/airops/apis/api-v1.md) · [All operations](https://skmtc.dev/airops/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/airops/api-v1/revisions/1a78a02c5f7a/schema)
