Files
a2a-platform fd052573f7 deploy
2026-06-27 01:02:33 +00:00

40 lines
1.1 KiB
Markdown

---
name: snapshots-routes
description: Handle 3 OpenAPI operation(s) under /v2/snapshots for the snapshots route group.
---
# snapshots API Routes
Handle 3 OpenAPI operation(s) under /v2/snapshots for the snapshots route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### get_v2_snapshots
- Operation ID: `get_v2_snapshots`
- Route: `GET /v2/snapshots`
- Mode: READ
- Summary: get_/v2/snapshots
### get_v2_snapshots_snapshot_id
- Operation ID: `get_v2_snapshots_snapshot_id`
- Route: `GET /v2/snapshots/{snapshot_id}`
- Mode: READ
- Summary: get_/v2/snapshots/{snapshot_id}
- Parameters:
- `snapshot_id` in `path` required
### delete_v2_snapshots_snapshot_id
- Operation ID: `delete_v2_snapshots_snapshot_id`
- Route: `DELETE /v2/snapshots/{snapshot_id}`
- Mode: WRITE
- Summary: delete_/v2/snapshots/{snapshot_id}
- Parameters:
- `snapshot_id` in `path` required