v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
LLM Observability

List patterns configurations

List all patterns configurations for the organization.

get/api/v2/llm-obs/v1/topic-discovery-configs

Response

OK

Example response

{
  "data": {
    "attributes": {
      "configs": [
        {
          "account_id": "1000000001",
          "created_at": "2024-01-15T10:30:00Z",
          "evp_query": "@ml_app:support-bot",
          "hierarchy_depth": 2,
          "id": "a7c8d9e0-1234-5678-9abc-def012345678",
          "integration_provider": "openai",
          "model_name": "gpt-4o",
          "name": "Support chatbot topics",
          "num_records": 1000,
          "sampling_ratio": 0.1,
          "updated_at": "2024-01-15T10:30:00Z"
        }
      ]
    },
    "id": "1000000001",
    "type": "list_topic_discovery_configs_response"
  }
}