Test Management
List projects
Return all test projects in a space that your API key has access to.
GET
Returns all test projects in the given space. Each project includes a count of its associated test suites and test runs.
Your API key must belong to a user with at least read access to the target space.
Path parameters
The slug of the space. Visible in the space URL.
Response
Returns an array of test project objects.Unique identifier of the test project.
Display name of the test project.
Optional description of the test project.
Emoji icon representing the project.

