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

# List your Maestro projects

`GET /v1/app-automate/maestro`

Paginated list of Maestro app-automate projects (one per uploaded test bundle) on the account, newest first.

## Response `200`

List your Maestro projects

- TestingbotEntitiesMaestroProjectList — Testingbot_Entities_MaestroProjectList model
  - `data` TestingbotEntitiesMaestroProject[], required — Projects for this page, newest first.
    - `id` integer, required — Unique numeric Maestro project ID.
    - `name` string, required — Project name.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `completed` boolean, required — Whether every run in the project has reached a terminal state.
    - `app` object, required — Details of the uploaded app under test.
    - `flows` object[], required — Maestro flows attached to the project, in run order.
    - `flows_url` string, required — Signed URL to the uploaded flows bundle.
    - `runs` integer[], required — Run IDs belonging to this project.
  - `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/revisions/eff607a49246/schema)
