For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Performance TestingGet Performance Test
TestMu AI
StatusCommunityBlog
Performance Testing

Get Performance Test

Fetch one run's metadata (without the summary blob).

GET
/api/performance-tests/{run_id}
Get Performance Test
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/performance-tests/{run_id}" \
--header "Authorization: Basic <encoded-value>"
{
"id": "<string>",
"project_id": "<string>",
"suite_id": "<string>",
"source_suite_id": "<string>",
"source_suite_name": "<string>",
"profile": "ramp_up",
"status": "running",
"max_concurrency": 123,
"started_at": "<string>",
"completed_at": "<string>"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

run_idstringrequired

Response

application/json

Successful Response

idstringrequired
project_idstringrequired
suite_idstringrequired
source_suite_idstring
source_suite_namestring
profilestringrequired

Pacing pattern the orchestrator applies to the call list.

statusstringrequired

Lifecycle states for a `PerformanceTestRun` row.

max_concurrencyintegerrequired
started_atstringrequired
completed_atstringrequired
Get Performance Test
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/performance-tests/{run_id}" \
--header "Authorization: Basic <encoded-value>"
{
"id": "<string>",
"project_id": "<string>",
"suite_id": "<string>",
"source_suite_id": "<string>",
"source_suite_name": "<string>",
"profile": "ramp_up",
"status": "running",
"max_concurrency": 123,
"started_at": "<string>",
"completed_at": "<string>"
}