---
title: "Obter minhas execuções"
method: GET
path: "/api/management/project-executions/me"
tags: ["projects", "Execuções"]
---

# Obter minhas execuções

`GET /api/management/project-executions/me`

Retorna o panorama de execuções do usuário autenticado: a execução em andamento (se houver), as execuções recentes e os tempos acumulados no período — total trabalhado, tempo ocioso e tempo no projeto e na etapa atuais.

O período padrão é o dia de hoje e não pode passar de 30 dias. Quem não tem acesso aos cronômetros recebe os tempos como `null` e `hidden_timers` igual a `true`.

## Query parameters

- `start_date` string
- `end_date` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `current_execution` object
    - `id` string
    - `project_id` string
    - `user_id` string
    - `funnel_step_id` integer
    - `started_at` string, date-time
    - `hourly_rate` integer
    - `project` object
      - `id` string
      - `code` string
      - `name` string
    - `user` object
      - `id` string
      - `name` string
      - `avatar_url` string, uri
    - `funnel_step` object
      - `id` integer
      - `name` string
      - `project_funnel_id` integer
      - `funnel` object
        - `id` integer
        - `name` string
  - `recent_executions` object[]
    - `id` string
    - `project_id` string
    - `user_id` string
    - `funnel_step_id` integer
    - `started_at` string, date-time
    - `finished_at` string, date-time
    - `hourly_rate` integer
    - `finished_reason` string
    - `finished_at_real` string, date-time
    - `project` object
      - `id` string
      - `code` string
      - `name` string
    - `user` object
      - `id` string
      - `name` string
      - `avatar_url` string, uri
    - `funnel_step` object
      - `id` integer
      - `name` string
      - `project_funnel_id` integer
      - `funnel` object
        - `id` integer
        - `name` string
  - `hidden_timers` boolean
  - `total_time` integer
  - `idle_time` integer
  - `current_project_total_time` integer
  - `current_step_total_time` 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)
