List test suites

View as Markdown

Lists every suite in the workspace, app-bound ones included; each carries its app_id. Pass app_id to narrow to one app. Test cases are not included; read a suite to get them.

Path parameters

org_idstringRequired
Organization ID
workspace_idstringRequired
Workspace ID

Headers

X-API-KeystringRequired
Your workspace API key.

Query parameters

app_idstring or nullOptional
Only the suite bound to this app.
offsetintegerOptional>=0Defaults to 0
limitintegerOptional1-100Defaults to 20

Response

Successful Response
itemslist of objects
totalinteger
limitinteger
offsetinteger
next_page_uristring or nullOptional
prev_page_uristring or nullOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error