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
Chat TestingGet All Workflows Summaries
TestMu AI
StatusCommunityBlog
Chat Testing

Get All Workflows Summaries

Get summaries for all workflows in a project.

GET
/api/projects/{project_id}/workflows/summaries
Get All Workflows Summaries
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}/workflows/summaries" \
--header "Authorization: Basic <encoded-value>"
<string>

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

Query Parameters

daysinteger

Filter results by the last N days

start_datestring

Start date for custom range (ISO format)

end_datestring

End date for custom range (ISO format)

Response

application/json

Successful Response

Get All Workflows Summaries
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/projects/{project_id}/workflows/summaries" \
--header "Authorization: Basic <encoded-value>"
<string>