---
title: "List runner jobs for a pool"
method: GET
path: "/v1/orgs/{orgId}/runner-pools/{id}/jobs"
tags: ["Runners"]
---

# List runner jobs for a pool

`GET /v1/orgs/{orgId}/runner-pools/{id}/jobs`

## Path parameters

- `orgId` string, required
- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- RunnerJob[]
  - `completedAt` string
  - `cpus` integer, required
  - `failureReason` string
  - `githubRepo` string
  - `id` string, required
  - `nodeId` string
  - `organizationId` string, required
  - `provisioningAt` string
  - `queuedAt` string, required
  - `ramMb` integer, required
  - `runnerName` string
  - `runnerPoolId` string, required
  - `runnerSizeLabel` string
  - `runningAt` string
  - `status` string, required

## Other responses

- `400` — The request is invalid
- `401` — Missing or invalid API key
- `403` — API key lacks the required scope
- `404` — Resource not found

---

[API](https://skmtc.dev/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.dev/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc.dev/openrelay/apis/openrelay-api/revisions/24a11ebdab5e?raw)
