---
title: "List your Maestro runs"
method: GET
path: "/v1/app-automate/maestro/runs"
tags: ["App-automate Maestro"]
---

# List your Maestro runs

`GET /v1/app-automate/maestro/runs`

Paginated list of Maestro app-automate runs across all projects on the account, newest first. Lightweight: no reports are inflated. Use GET /:project_id/:id for a single run's full results.

## Response `200`

List your Maestro runs

- TestingbotEntitiesMaestroRunSummaryList — Testingbot_Entities_MaestroRunSummaryList model
  - `data` TestingbotEntitiesMaestroRunSummary[], required — Runs for this page, newest first.
    - `id` integer, required — Unique numeric Maestro run ID.
    - `project_id` integer, required — Maestro project the run belongs to.
    - `name` string, required — Build name the run was submitted under.
    - `status` string, required — Run state: WAITING, READY, DONE, FAILED or CANCELLED.
    - `success` integer, required — 1 when every flow passed, 0 otherwise. Always 0 for a cancelled run.
    - `capabilities` object, required — Capabilities the run was started with.
    - `created_at` string, date-time, required — When the run was submitted. Unchanged by a cancel.
    - `completed_at` string, date-time, required — When the run reached a terminal state.
  - `meta` TestingbotEntitiesMeta, required
    - `offset` integer, required — Number of items skipped from the start of the result set.
    - `count` integer, required — Items returned in this page (matches the requested `count` query param).
    - `total` integer, required — Total number of items available across all pages.

---

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