Skip to main content
Retrieve applications and their environments from your project. Use these endpoints to discover application and environment short IDs for use with other API endpoints like Start Run and Chat.
  • Base URL: https://api.qa.tech/v1
  • Authentication: Bearer token (project API token)
You can also find Application and Environment Short IDs in the QA.tech dashboard: Settings → Applications. The short IDs (e.g. app_gXeBl2, env_aB3xY9) are displayed in the UI and can be copied using the three-dot menu (⋮).

Authentication

Include your project’s API token in the Authorization header:
Find your API token in the QA.tech dashboard: Settings → Integrations → API.

List Applications

Retrieve all applications in your project. Endpoint: GET /applications

Response (200)

Response Fields

Application Fields

Example

List Environments

Retrieve all environments for a specific application. Endpoint: GET /applications/{applicationShortId}/environments

Path Parameters

Response (200)

Response Fields

Environment Fields

Example

Use Cases

Discovering IDs for API Calls

Use these endpoints to programmatically discover application and environment IDs:

Dynamic Environment Selection in CI/CD

Error Responses

Error responses include a body: { "message": "Error description" }.