Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.qa.tech/v1/applications \ --header 'Authorization: Bearer <token>'
{ "applications": [ { "shortId": "<string>", "name": "<string>", "kind": "<string>" } ] }
Lists the applications under test in the project the API key is bound to.
Mixin for project-scoped requests: an optional per-call project override.
Show child attributes
The request has succeeded.
Was this page helpful?