Explore
Test Manager
1.0.0
OAS3
openapi.yaml
Servers
https://test-manager-api.lambdatest.com/
https://eu-test-manager-api.lambdatest.com/
Authorize
Projects
POST
/api/v1/projects
Create Project
PUT
/api/v1/projects
Update Project By ID
GET
/api/v1/projects
Get All Projects
GET
/api/v1/projects/{project_id}
Get Project By ID
Folder
POST
/api/v1/folder
Create Folder
PUT
/api/v1/folder
Update Folder By ID
GET
/api/v1/folder/entity/{entity_id}
Get All folder details By Project ID
GET
/api/v1/projects/{project_id}/folder/{folder_id}/test-cases
Get Test Cases By Folder ID
Environment
GET
/api/v1/environments
Get All Environments
Test Cases
POST
/api/v1/test-cases
Create Test Cases By Project ID
PUT
/api/v1/test-cases
Update Test Case By ID
GET
/api/v1/projects/{project_id}/test-cases
Get Test Cases By Project ID
GET
/api/v1/test-cases/{test_case_id}
Get Test Case By ID
Execution History
GET
/api/v1/test-execution-history/{test_case_id}
Test Execution History By Test Case ID
GET
/api/v1/test-execution-history/jira/{Jira_issue_id}
Test Execution History By Jira ID
Test Steps
POST
/api/v1/test-steps
Create Test Steps For TestCase
PUT
/api/v1/test-steps/{test_step_id}
Update Test Step By ID
Test Runs
POST
/api/v1/test-run
Create Test Run
GET
/api/v1/projects/{project_id}/test-runs
Get All Test Runs By Project ID
GET
/api/v1/test-run/{test_run_id}
Get Test Run By ID
DELETE
/api/v1/test-run/{test_run_id}
Delete Test Run
PUT
/api/v1/test-run/{test_run_id}
Update Test Run By ID
POST
/api/v1/test-run/duplicate/{test_run_id}
Duplicate Test Run
GET
/api/v1/test-run/instances/{test_run_id}
Get Test Run Instances by Test Run ID
PUT
/api/v1/test-run/instance/{test_instance_id}
Update Test Run Instance
PUT
/api/v1/test-run/{test_run_id}/bulk-update
Bulk Update Test Run Instances
PUT
/api/v1/test-run/test-run-step/{test_run_step_id}
Update Test Run Step
GET
/api/v1/test-run/test-run-instance/{test_instance_id}
Get Test Run Instance By ID
PUT
/api/v1/test-run/archive/{test_run_id}
Archive Test Run By ID
Milestone
POST
/api/v1/milestone
Create a new milestone
GET
/api/v1/project/{project_id}/milestones
Get All Milestones By Project ID
DELETE
/api/v1/milestone/{milestone_id}
Delete Milestone
GET
/api/v1/milestone/{milestone_id}
Get Milestone By ID
PUT
/api/v1/milestone/{milestone_id}
Update Milestone
Jira Flow
GET
/api/v1/jira/{test_case_id}
Get All Jira Issues By TestCaseID
GET
/api/v1/jira/test-case/{Jira_issue_id}
Get Test Cases by Jira ID
POST
/api/v1/jira
Link Jira Issue
POST
/api/v1/jira/remove
Remove Jira Issue