---
title: "ListManagedRunners"
method: POST
path: "/gitpod.v1.RunnerInteractionService/ListManagedRunners"
tags: ["gitpod.v1.RunnerInteractionService"]
---

# ListManagedRunners

`POST /gitpod.v1.RunnerInteractionService/ListManagedRunners`

Lists all runners managed by this runner manager.

## Query parameters

- `pageSize` integer
- `token` string

## Request body

- GitpodV1ListManagedRunnersRequest
  - `bigPagination` GitpodV1BigPaginationRequest — Do not use this in user facing APIs unless you have a good reason for that
    - `pageSize` integer — Page size is the maximum number of results to retrieve per page. Defaults to 25. Maximum 10000.
    - `token` string — Token for the next set of results that was returned as next_token of a PaginationResponse
  - `pagination` GitpodV1PaginationRequest
    - `pageSize` integer — Page size is the maximum number of results to retrieve per page. Defaults to 25. Maximum 100.
    - `token` string — Token for the next set of results that was returned as next_token of a PaginationResponse

## Response `200`

Success

- GitpodV1ListManagedRunnersResponse
  - `pagination` GitpodV1PaginationResponse
    - `nextToken` string — Token passed for retrieving the next set of results. Empty if there are no more results
  - `runners` GitpodV1ManagedRunner[] — The managed runners
    - `organizationId` string, uuid — The organization's ID that this runner is assigned to
    - `runnerId` string, uuid — The runner's ID

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/versions/44d50c2ac284/schema)
