Skip to main content
Test RunsGet Test Run Instance By ID
TestMu AI
StatusCommunityBlog
Test Runs

Get Test Run Instance By ID

Get Test Run Instance By ID

GET
/api/v1/test-run/test-run-instance/{test_instance_id}
Get Test Run Instance By ID
curl --request GET \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/test-run-instance/{test_instance_id}" \
--header "Authorization: Basic <encoded-value>"
{
"type": "NA",
"time_taken": null,
"test_steps_count": 0,
"test_run_title": "Sample Test Run",
"test_run_id": "test_run_id",
"test_case_id": "test_case_id",
"executed_by": "user_id",
"id": "sample_id",
"internal_id": "id",
"order_no": 2,
"priority": "Medium",
"project_id": "project_id",
"remarks": "",
"result": "Passed",
"run_testcase_disable": false,
"source": "external",
"started_at": null,
"tags": [],
"test_build_steps": []
}

Authorizations

Authorizationstringheaderrequired

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

Path Parameters

test_instance_idstringrequired

Response

application/json

OK

typestring
Example: "NA"
time_takennull
test_steps_countnumber
Example: 0
test_run_titlestring
Example: "Sample Test Run"
test_run_idstring
Example: "test_run_id"
test_case_idstring
Example: "test_case_id"
executed_bystring
Example: "user_id"
idstring
Example: "sample_id"
internal_idstring
Example: "id"
order_nonumber
Example: 2
prioritystring
Example: "Medium"
project_idstring
Example: "project_id"
remarksstring
Example: ""
resultstring
Example: "Passed"
run_testcase_disableboolean
Example: false
sourcestring
Example: "external"
started_atnull
tagsarray
test_build_stepsarray
Get Test Run Instance By ID
curl --request GET \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/test-run-instance/{test_instance_id}" \
--header "Authorization: Basic <encoded-value>"
{
"type": "NA",
"time_taken": null,
"test_steps_count": 0,
"test_run_title": "Sample Test Run",
"test_run_id": "test_run_id",
"test_case_id": "test_case_id",
"executed_by": "user_id",
"id": "sample_id",
"internal_id": "id",
"order_no": 2,
"priority": "Medium",
"project_id": "project_id",
"remarks": "",
"result": "Passed",
"run_testcase_disable": false,
"source": "external",
"started_at": null,
"tags": [],
"test_build_steps": []
}