list_deployments
List your Serverless API deployments, optionally filtering by specific IDs and including payload or README details for each.
Instructions
List Serverless API deployments in the caller's account.
Backs ``GET /prod/v2/deployments``.
Args:
ids: Optional list of deployment IDs to filter to.
include_payload: Include workflow_api_json, overrides, and
object_info_url for each deployment. Larger response.
include_readme: Include the deployment's README markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| include_readme | No | ||
| include_payload | No |