> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Patches

List all patches for a checkpoint.

<ParamField path="checkpointId" type="string" required>
  Checkpoint ID
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  [
    {
      "id": "pa-abc123",
      "checkpointId": "cp-abc123",
      "script": "apt install -y curl",
      "description": "Install curl",
      "strategy": "on_wake",
      "sequence": 1,
      "createdAt": "2025-01-15T10:30:00Z"
    }
  ]
  ```
</ResponseExample>
