EndpointService
List public endpoints
Lists endpoints that are publicly visible across Together projects.
get/public/endpoints
Query parameters
limitinteger
Maximum number of results to return.
afterstring
Cursor from a previous list response.
orderBystring
Sort field for the results. Supports created_at or updated_at, optionally followed by asc or desc.
filterstring
Filter expression using name, created_at, or updated_at with comparison operators and AND/OR/NOT; timestamps must be RFC 3339 strings. name supports substring matching with : and prefix/suffix wildcards with *, and must be a bare endpoint name.
Response
OK