---
title: "Runway reports"
method: GET
path: "/reports/runway"
tags: ["Reports"]
---

# Runway reports

`GET /reports/runway`

Runway reports for the authenticated team.

## Query parameters

- `currency` string — Currency code (ISO 4217)

## Response `200`

Runway reports for the authenticated team.

- GetRunwayResponseSchema
  - `months` number, required — Number of months of runway remaining, based on current burn rate and available cash.
  - `medianBurn` number, required — Median monthly burn rate (last 3 completed months) used to compute runway.

## Other responses

- `default` — An error occurred

---

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