list_configs
List configs in your organization showing id, slug, name, status, workspace, and timestamps to find a slug before updating or deleting.
Instructions
List configs in the org with id, slug, name, status, workspace, and timestamps. Use this summary view to find a slug; use get_config for the full routing, cache, retry, and target settings before updating or deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_page | No | Page number for pagination | |
| page_size | No | Number of results per page (max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |