Get runners

edit

Retrieves an overview of all runners.

Request

edit

GET /api/v1/platform/infrastructure/runners

Query parameters

edit
Name Type Required Description

q

string

N

An optional query to filter runners by. Maps to an Elasticsearch query_string query.

Responses

edit
200

(RunnerOverview) An overview of all runners.

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET {{hostname}}/api/v1/platform/infrastructure/runners \
-u $CLOUD_USER:$CLOUD_KEY