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
Phone TestingGet Saved Phone Scenarios
TestMu AI
StatusCommunityBlog
Phone Testing

Get Saved Phone Scenarios

Get all saved phone scenarios for a project.

GET
/api/projects/{project_id}/phone-scenarios/saved
Get Saved Phone Scenarios
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}/phone-scenarios/saved" \
--header "Authorization: Basic <encoded-value>"
{
"success": true,
"message": "<string>",
"data": {}
}

Authorizations

Authorizationstringheaderrequired

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

Path Parameters

project_idstringrequired

Response

application/json

Successful Response

successbooleanrequired

Whether the operation was successful

messagestringrequired

Response message

dataobject

Response data

Get Saved Phone Scenarios
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}/phone-scenarios/saved" \
--header "Authorization: Basic <encoded-value>"
{
"success": true,
"message": "<string>",
"data": {}
}