---
title: "Returns executions and failures per day for the last 'days' days (inclusive of today)"
method: GET
path: "/widget/executions-timeline"
tags: ["Widget"]
---

# Returns executions and failures per day for the last 'days' days (inclusive of today)

`GET /widget/executions-timeline`

## Query parameters

- `days` integer

## Response `200`

Timeline data successfully retrieved

- ExecutionsTimelineDTO
  - `points` Point[]
    - `date` string, date
    - `dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
    - `executions` integer
    - `failures` integer

## Other responses

- `400` — 'days' must be a positive number
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Error
- `502` — Bad Gateway

---

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