get_endpoint_details
Retrieve detailed configuration and folder information for specific API endpoints to support development workflows and endpoint management.
Instructions
Get detailed endpoint configuration with folder information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_id | Yes | Endpoint ID to get details for (required) |
Input Schema (JSON Schema)
{
"properties": {
"endpoint_id": {
"description": "Endpoint ID to get details for (required)",
"type": "string"
}
},
"required": [
"endpoint_id"
],
"type": "object"
}