list_llm_connections
Retrieve configured LLM provider connections from Langfuse for managing credentials used in evaluations and playground.
Instructions
Returns a paginated list of LLM provider connections configured in the Langfuse project. Each connection contains: id, provider, displaySecretKey (masked), baseURL, config. LLM connections define the provider credentials used by Langfuse for evaluations and playground. Pagination: page is 1-based (default 1), limit controls page size (default 20).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page number, 1-based. Omit to use default (1). | |
| limit | Yes | Results per page. Omit to use default (20). |