Cypress
communityJavaScript end-to-end testing framework for web apps with time-travel debugging and Cypress Cloud.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.cypress.io/v1/projectsList Cypress Cloud projects
Returns
projects[] with id, name, slug, organizationId, lastBuild, createdAtGET
https://api.cypress.io/v1/projects/{projectId}/runsList test runs
Parameters
pagepage (integeroptionalprojectIdproject ID (stringrequiredReturns
runs[] with id, status, totalPassed, totalFailed, totalSkipped, totalDuration, createdAt, commit, branchGET
https://api.cypress.io/v1/runs/{runId}Get run details
Parameters
runIdrun ID (stringrequiredReturns
id, status, specs[] with spec, tests, passes, failures, duration, video, screenshots[]