---
title: "Get a Maestro project"
method: GET
path: "/v1/app-automate/maestro/{id}"
tags: ["App-automate Maestro"]
---

# Get a Maestro project

`GET /v1/app-automate/maestro/{id}`

Returns the metadata and current state of a single Maestro app-automate project.

## Path parameters

- `id` integer, required

## Response `200`

Get a Maestro project

- TestingbotEntitiesAppAutomateProjectStatus — Testingbot_Entities_AppAutomateProjectStatus model
  - `runs` object[], required — Runs belonging to the project.
  - `success` boolean, required — True when every run in the project passed.
  - `completed` boolean, required — True when every run has 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/eff607a49246/schema)
