Phone Testing › Get Suites By Project
Phone Testing
Get Suites By Project Get all suites for a given project, optionally filtered by workflow_id.
Note: the path parameter is a PROJECT id (this lists the project's
suites); suite-scoped operations take a suite id instead.
curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/suites/{project_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"suites" : [
{
"id" : "<string>" ,
"project_id" : "<string>" ,
"workflow_id" : "<string>" ,
"name" : "<string>" ,
"scenario_ids" : [
{ }
] ,
"has_active_scheduler" : false ,
"scheduler_id" : "<string>" ,
"test_profile_id" : "<string>" ,
"agent_profile_id" : "<string>" ,
"region" : "<string>"
}
]
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters workflow_id string
Optional workflow ID to filter suites for chat agents
Response 200▼
application/json Successful Response
suites object[] required
▶ Hide child attributessuites. id string
Example: "<string>"
suites. project_id string
Example: "<string>"
suites. workflow_id string
Example: "<string>"
suites. name string
Example: "<string>"
suites. scenario_ids object[]
suites. has_active_scheduler boolean
Example: false
suites. scheduler_id string
Example: "<string>"
suites. test_profile_id string
Example: "<string>"
suites. agent_profile_id string
Example: "<string>"
suites. region string
Example: "<string>"
curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/suites/{project_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"suites" : [
{
"id" : "<string>" ,
"project_id" : "<string>" ,
"workflow_id" : "<string>" ,
"name" : "<string>" ,
"scenario_ids" : [
{ }
] ,
"has_active_scheduler" : false ,
"scheduler_id" : "<string>" ,
"test_profile_id" : "<string>" ,
"agent_profile_id" : "<string>" ,
"region" : "<string>"
}
]
}