A newer version is available. For the latest information, see the
current release documentation.
Get runners
editGet runners
editRetrieves an overview of all runners.
Request
editGET /api/v1/platform/infrastructure/runners
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
An optional query to filter runners by. Maps to an Elasticsearch query_string query. |
Responses
edit-
200
-
An overview of all runners.
Request example
editcurl -XGET https://{{hostname}}/api/v1/platform/infrastructure/runners \ -H "Authorization: ApiKey $ECE_API_KEY"