List API templates
list_api_templatesList the api templates belonging to the authenticated tenant. An api template is a reusable, parameterized HTTP or gRPC request a workflow invokes to reach an external system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | maximum number of templates to return in this page | |
| page_token | No | token from a previous response's next_page_token to fetch the next page | |
| slug_prefix | No | only return templates whose slug starts with this prefix |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templates | Yes | ||
| next_page_token | Yes |