---
title: "Obter uma execução"
method: GET
path: "/api/management/project-executions/{project_execution_id}"
tags: ["projects", "Execuções"]
---

# Obter uma execução

`GET /api/management/project-executions/{project_execution_id}`

Retorna uma execução específica com o projeto, a etapa do funil e o usuário relacionados. O valor hora só aparece para quem tem acesso a custos.

## Response `200`

Sucesso

- object — Execução consultada.
  - `response` boolean, required — Sempre true quando a operação é concluída.
  - `project_execution` object, required — Registro de tempo de trabalho.
    - `id` string, uuid — ID (UUID) da execução.
    - `project_id` string, uuid — Projeto em que o tempo foi contado.
    - `user_id` string, uuid — Pessoa que executou.
    - `funnel_step_id` integer — Etapa do funil em que o tempo foi contado.
    - `started_at` string, date-time — Início da contagem.
    - `finished_at` string, date-time, nullable — Término da contagem. `null` enquanto a execução está em andamento.
    - `hourly_rate` number, nullable — Valor hora aplicado. Só aparece para quem tem acesso a custos.
    - `finished_reason` string, nullable — Motivo do encerramento: `self_stop`, `scheduled_stop`, `step_moved`, `project_deleted`, `project_template` ou `step_deleted`.
    - `started_at_real` string, date-time, nullable — Início original, quando o horário foi ajustado depois.
    - `finished_at_real` string, date-time, nullable — Término original, quando o horário foi ajustado depois.
    - `project` object, nullable — Projeto da execução.
    - `user` object, nullable — Pessoa que executou.
    - `funnel_step` object, nullable — Etapa e funil da execução.

## Changes

- **2026-08-24** `3c590152d5b5` — 7 warning, 2 info
  - removed the optional property `current_execution` from the response with the `200` status
  - removed the optional property `current_project_total_time` from the response with the `200` status
  - removed the optional property `current_step_total_time` from the response with the `200` status
  - removed the optional property `hidden_timers` from the response with the `200` status
  - …5 more
- **2026-08-19** `3d619d9db20d` — 14 warning, 3 info
  - the optional response header `Access-Control-Allow-Origin` removed for the status `200`
  - the optional response header `Access-Control-Expose-Headers` removed for the status `200`
  - the optional response header `Cache-Control` removed for the status `200`
  - the optional response header `Content-Encoding` removed for the status `200`
  - …13 more

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/project-executions/:project_execution_id/get.md)

---

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