---
title: "Append a step to a Maestro run"
method: POST
path: "/v1/app-automate/maestro/{id}/step"
tags: ["App-automate Maestro"]
---

# Append a step to a Maestro run

`POST /v1/app-automate/maestro/{id}/step`

Logs an individual Maestro step result against a running project — used by the Maestro runner to stream per-step status to the dashboard.

## Path parameters

- `id` integer, required

## Response `201`

Append a step to a Maestro run

- TestingbotEntitiesAck — Testingbot_Entities_Ack model
  - `success` boolean, required — Whether the operation succeeded.
  - `errors` object, required — Validation errors keyed by field name. Only present when `success` is false.
  - `error` string, required — Single human-readable reason, used by the older endpoints in place of `errors`. Only present when `success` is false.

---

[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)
