Projects
API Reference - Projects resource
List the projects associated with your organization
Query Parameters
Name
Type
Description
{
"status": "OK",
"has_more": false,
"data": [{
"projectId": "emdaGd", // project id
"name": "Hello Currents", // project name
"createdAt": "2022-01-14T16:15:18.852Z", // creation date
"inactivityTimeoutSeconds": 7200, // timeout value
"cursor": "61e1a196954ca800138aae97", // pagination cursor
"failFast": true // enable fail-fast strategy
}]
}Get project item
Path Parameters
Name
Type
Description
List the runs associated with the project
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get project insights - aggregated metrics for runs, spec files and tests
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Last updated
Was this helpful?