Get runnersedit

Retrieves an overview of all runners.

Requestedit

GET /api/v1/platform/infrastructure/runners

Query parametersedit

Name Type Required Description

q

string

N

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

Responsesedit

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 exampleedit

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