list_prompt_deployments
Retrieve current deployment states for all prompts. Filter by prompt name or label to narrow results, showing version, rollback status, and deployment time.
Instructions
List the current deployment states (GET /v1/prompts/deployments, available on Free). Each row = { promptName, label, currentVersion, canRollback, deployedAt }. Narrow by name / label (omit both for everything).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Narrow by prompt name (optional) | |
| label | No | Narrow by label (optional) |