---
title: "List available mobile runners"
method: GET
path: "/api/mobile-runners"
---

# List available mobile runners

`GET /api/mobile-runners`

Lists mobile runners visible to the caller, including health, devices, and queue length for online runners.

## Query parameters

- `view` string — Optional response view. Use 'selector' to return the lightweight runner selector shape and skip queue/device details.

## Headers

- `Authorization` string — Bearer token for authentication.
- `Credimi-Api-Key` string — User API key or internal admin API key, depending on the endpoint.

## Response `200`

Successful response

- HandlersListMobileRunnersPublicResponseSchema
  - `runners` HandlersMobileRunnerListItem[], nullable
    - `description` string
    - `devices` HandlersMobileRunnerHealthDevice[]
      - `device` string
      - `model` string
      - `product` string
      - `serial` string
      - `state` string
      - `transport_id` string
    - `health_status` string
    - `is_owned` boolean
    - `is_published` boolean
    - `name` string
    - `path` string
    - `queue_length` integer, nullable
    - `type` string
    - `url` string

## Other responses

- `default` — An unexpected error occurred.

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/eaad04e53622/schema)
