Skip to main content
GET
/
projects
/
{id}
/
test-runs
/
{testRunId}
Get test run details
curl --request GET \
  --url https://bugzy.ai/api/v1/projects/{id}/test-runs/{testRunId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_*). Generate in Dashboard → Project Settings → API Key.

Path Parameters

id
string<uuid>
required
testRunId
string<uuid>
required

Response

200

Detailed test results with individual test names and statuses