Skip to main content
GET
Read the organisation's application CI settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Response

Successful Response

The organisation's application CI settings. ci_runner_label is the runs-on value generated pipelines carry; is_default reports that the organisation has never chosen one, so the label is Ankra's default rather than a decision - a build that never starts reads very differently under the two. auto_merge_setup_pull_requests is the organisation's opt-in to letting the platform merge an application's setup pull request itself once the PR's checks pass (default false).

ci_runner_label
string
required
is_default
boolean
required
updated_at
string | null
required
auto_merge_setup_pull_requests
boolean
required