Skip to main content
GET
Permission Required: project:view-configs
Retrieve a paginated list of deployment configurations for your project. Use this endpoint to discover valid deployment_config_id values for Start a Run and Start Test Plan Run.

Query Parameters

integer
default:"0"
Page number (0-indexed)
integer
default:"25"
Results per page (1-100)

Response

DeploymentConfig[]
required
Array of deployment config objects
object
required
Pagination metadata (page, page_size, total_count, total_pages)

DeploymentConfig Object

string
required
Deployment config ID (use as deployment_config_id when starting runs)
string
required
Deployment config name
string
Optional description
string
required
Platform kind (e.g. windows, macos, linux, android, ios, xbox, playstation)
boolean
required
Whether the config is pinned
string
Underlying build provider (e.g. build-storage, direct-url), or null if unknown

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

projectId
string
required

The project ID. You can copy it from the project settings page or the project URL in the dashboard.

Query Parameters

page
integer
default:0

Page number (0-indexed)

page_size
integer
default:25

Results per page (1-100)

Required range: 1 <= x <= 100

Response

Successful response

data
object[]
pagination
object