Get Endpoint
get_endpointRetrieve detailed endpoint information including parameters, request body, responses, and security schemes. Fetch up to 25 endpoints in one call using endpointIds.
Instructions
Get detailed information about an endpoint including parameters, request body, responses, and security schemes. Pass endpointIds instead of endpointId to fetch several at once (up to 25) — the same detail per endpoint, in one call. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Public ID (GUID) of the API specification | |
| endpointId | No | Public ID (GUID) of the endpoint — omit when using endpointIds | |
| endpointIds | No | Public IDs (GUIDs) of several endpoints, comma-separated, at most 25 |