list_endpoints
List the endpoints under one line, identified by lineKey; returns {lineKey, endpoints: []} with no paging. Each entry reports id, name, path, httpMethod, strict, mock, and targetCount — not the endpoint's full body, which get_endpoint returns. Errors when lineKey is missing or doesn't match a line in the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineKey | Yes | The line key, e.g. "v1". |