Get runner
Retrieves a runner by id.
GET
/platform/infrastructure/runners/{runner_id}
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}' \
--user "username:password"
Retrieves a runner by id.
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}' \
--user "username:password"