This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogOrganizationService.
list_llm_endpoints
list_llm_endpoints(filter: <nil>, page: <nil>, size: <nil>, sort: <nil>, meta_include: <nil>) ->
list[CatalogLlmEndpoint]
List all LLM endpoints.
Parameters
name | type | description |
---|---|---|
filter | Optional filter string | |
page | Zero-based page index (0..N) | |
size | The size of the page to be returned | |
sort | Sorting criteria in the format: property,(asc|desc). Multiple sort criteria are supported. | |
meta_include | Include Meta objects |
Returns
type | description |
---|---|
list[CatalogLlmEndpoint] | List of LLM endpoints |