---
title: "Look up Maestro runs by build name"
method: GET
path: "/v1/app-automate/maestro/runs/{build_name}"
tags: ["App-automate Maestro"]
---

# Look up Maestro runs by build name

`GET /v1/app-automate/maestro/runs/{build_name}`

Resolves a build/run name to every matching run on the account (a build can fan out to multiple device runs). Returns project_id + run_id without inflating reports. Use GET /:project_id/:id for a single run's full results.

## Path parameters

- `build_name` string, required

## Response `200`

Look up Maestro runs by build name

- TestingbotEntitiesMaestroRunSummaryData — Testingbot_Entities_MaestroRunSummaryData model
  - `data` TestingbotEntitiesMaestroRunSummary[], required — Every run submitted under this build name, 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.

---

[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/8f493cca8f92/schema)
