list-endpoints
Retrieve available RunPod API endpoints to manage and interact with your cloud computing resources, including optional template and worker information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeTemplate | No | Include template information | |
| includeWorkers | No | Include information about workers |
Input Schema (JSON Schema)
{
"properties": {
"includeTemplate": {
"description": "Include template information",
"type": "boolean"
},
"includeWorkers": {
"description": "Include information about workers",
"type": "boolean"
}
},
"type": "object"
}