Read the organisation's application CI settings
Read the organisation’s application CI settings: the GitHub Actions runner label every pipeline Ankra generates runs on. An organisation that has never chosen one reads the default (ubuntu-latest) with is_default true, which is what its existing pipelines already carry. Readable by any member. A browser session twin is mounted at the same path without the /api/v1 prefix (cookie authentication).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.