---
title: "List runbooks"
method: GET
path: "/runbooks"
tags: ["runbooks"]
---

# List runbooks

`GET /runbooks`

Returns a list of runbooks

## Query parameters

- `appId` string — App ID
- `environmentId` string — Environment ID
- `spaceId` string — Space ID

## Headers

- `Authorization` string, required
- `X-Disable-Hooks` 'true', required

## Response `200`

Response with status 200

- TypeRunbooksRunbooksResponse
  - `data` TypeRunbooksRunbook[], required
    - `id` string, required — Runbook ID
    - `accountId` string, required — Account ID
    - `appId` string, required — App ID
    - `environmentId` string, required — Environment ID
    - `spaceId` string, required — Space ID
    - `name` string, required — The name of the Runbook.
    - `config` TypeRunbooksRunbookConfig, required
      - `sourceSheetIds` string[], required — The ids of the sourceSheets to transform
      - `destinationSheetIds` string[], required — The id of the destinationSheet to transform
    - `status` 'CREATED' | 'RECORDING' | 'EXECUTING' | 'WAITING' | 'COMPLETED' | 'FAILED' | 'CANCELED', required
    - `type` 'SHEET_TOOL' | 'PREPROCESSING', required
    - `createdBy` string, required — The entity which created the Runbook.
    - `createdAt` string, date-time, required — Date the sheet was created
    - `updatedAt` string, date-time, required — Date the sheet was last updated

## Other responses

- `400` — Error response with status 400
- `404` — Error response with status 404

---

[API](https://skmtc.net/flatfile/apis/api-reference.md) · [All operations](https://skmtc.net/flatfile/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flatfile/api-reference/revisions/9d3a9979cd96/schema)
