List result histories
List the historical results of a test entity across previous runs within a look-back window.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Specifies the expected response format. Must be set to application/json for proper API communication.
application/json Path Parameters
Id of the project. You can get project_id by listing your projects using the List projects API.
"pdqmxlz"
Id of the test entity (a spec or a test). You can get test_entity_id by listing test entities using the List test entities API.
"vhrscje"
Query Parameters
Number of days to look back from the anchor date. Defaults to 7.
14
Anchor date (ISO 8601) to look back from. Defaults to the latest result of the test entity in this run.
"2026-06-28T00:00:00.000Z"
Response
OK - Request succeeded