> ## 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.

# List Runbooks

> List Runbooks visible to the API key's workspace.

Requires `runbooks:read`.

<ParamField query="limit" type="integer">
  Number to return, from 1 to 100. Defaults to 25.
</ParamField>

<ResponseField name="data" type="Runbook[]" required>
  Runbooks ordered by most recently updated.
</ResponseField>


## Related topics

- [TypeScript SDK](/sdks/typescript.md)
- [List runs](/reference/runs/list.md)
- [Authentication](/authentication.md)
- [List API keys](/reference/api-keys/list.md)
- [API overview](/reference/overview.md)
