get-endpoint
Retrieve a serverless endpoint by its ID, with options to include template and worker details.
Instructions
Get one Serverless endpoint by id, optionally expanding template and worker details (v1 only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpointId | Yes | ID of the endpoint to retrieve | |
| includeWorkers | No | Include information about workers (v1 only) | |
| includeTemplate | No | Include template information (v1 only) |