> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infragrid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a Runbook

> Retrieve one Runbook and its current version.

Requires `runbooks:read`.

<ParamField path="runbook_id" type="string" required>
  Stable Runbook identifier.
</ParamField>

The response includes `id`, `title`, `schemaVersion`, `steps`, `parameters`,
`version`, `status`, `createdAt`, and `updatedAt`.


## Related topics

- [Run a Runbook](/reference/runbooks/run.md)
- [Get a run](/reference/runs/get.md)
- [Infragrid overview](/overview.md)
- [Authentication](/authentication.md)
- [TypeScript SDK](/sdks/typescript.md)
