---
title: "Get a specific Espresso run"
method: GET
path: "/v1/app-automate/espresso/{project_id}/{id}"
tags: ["Espresso"]
---

# Get a specific Espresso run

`GET /v1/app-automate/espresso/{project_id}/{id}`

Returns the detail record for a single Espresso run inside a project.

## Path parameters

- `project_id` integer, required
- `id` integer, required

## Response `200`

Get a specific Espresso run

- TestingbotEntitiesEspressoRunDetail — Testingbot_Entities_EspressoRunDetail model
  - `id` integer, required — Unique numeric Espresso run ID.
  - `created_at` string, date-time, required
  - `status` string, required — WAITING, READY, DONE or FAILED.
  - `capabilities` object, required — Capabilities the run was started with.
  - `success` boolean, required — Whether the run passed. False until a session has completed.
  - `report` object, required — Test counts and per-test results for the run.
  - `test` TestingbotEntitiesAppAutomateSession, required
    - `sessionId` string, required — Session ID, usable against the /v1/tests endpoints.
    - `environment` TestingbotEntitiesAppAutomateSessionEnvironment, required
      - `name` string, required — Browser or platform name.
      - `os` string, required — Full OS name.
      - `version` string, required — OS or browser version.

---

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