v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
List patterns runs
List the completed patterns runs for a configuration.
get/api/v2/llm-obs/v1/topic-discovery-runs
Query parameters
config_idstring required
The ID of the patterns configuration.
Response
OK
Example response
{
"data": {
"attributes": {
"runs": [
{
"completed_at": "2024-01-15T10:45:00Z",
"config_snapshot": {
"account_id": "1000000001",
"evp_query": "@ml_app:support-bot",
"hierarchy_depth": 2,
"integration_provider": "openai",
"model_name": "gpt-4o",
"num_records": 1000,
"sampling_ratio": 0.1
},
"created_at": "2024-01-15T10:30:00Z",
"id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012",
"status": "completed"
}
]
},
"id": "a7c8d9e0-1234-5678-9abc-def012345678",
"type": "list_topic_discovery_runs_response"
}
}