List a drop's deployments
dropthis_list_deploymentsList a drop's past deployments and revisions, newest first. Use to view content history, compare versions, or revert to an earlier iteration.
Instructions
List a drop's content history — its past versions / revisions / deployments, newest first. Use when the user asks for the content history, previous versions, or revisions of a drop. Requires drop_id (the drop_… id, not the slug or URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (default 20). | |
| cursor | No | Pagination cursor from a previous call. | |
| drop_id | Yes | The `drop_…` id of the drop whose deployments to list (id-only — a URL or slug is rejected; call dropthis_resolve to turn a public URL/slug into its id first). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | The page of deployments. | |
| nextCursor | No | Cursor for the next page; null/absent at the end. |