---
title: "Obter o painel de execuções do projeto"
method: GET
path: "/api/management/projects/{project}/project-executions/dashboard"
tags: ["projects", "Execuções"]
---

# Obter o painel de execuções do projeto

`GET /api/management/projects/{project}/project-executions/dashboard`

Consolida o tempo trabalhado no projeto: total investido, número de sessões, duração média, distribuição por funil e etapa e o ranking de pessoas por tempo — indicando quem está executando no momento. Todos os tempos são em segundos.

## Response `200`

Sucesso

- object
  - `response` boolean
  - `dashboard` object
    - `total_time_invested` integer
    - `total_sessions` integer
    - `average_duration` integer
    - `distribution_by_funnel` object[]
      - `funnel_id` integer
      - `funnel_name` string
      - `steps` object[]
        - `step_id` integer
        - `step_name` string
        - `time` integer
        - `percentage` number
    - `top_users_by_time` object[]
      - `user_id` string
      - `user_name` string
      - `time` integer
      - `percentage` number
      - `is_currently_executing` boolean
      - `current_execution_id` string
      - `steps` object[]
        - `step_id` integer
        - `step_name` string
        - `time` integer
        - `percentage` integer

---

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