Skip to content

get-endpoints

Tool name: get-endpoints

Get all endpoints for a specific API

Input schema

namestring, non-emptyrequired

API name, or a unique part of it

versionstring

API version

filePathstring

API definition file path

Input example
{ "name": "string", "version": "string", "filePath": "string" }

Output schema

apistringrequired

API title.

versionstringrequired

API version.

serversArray of objects(OpenApiServer)required

Servers defined by the published OpenAPI description.

endpointsArray of objects(ApiEndpointSummary)required
Output example
{}