v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
Trigger a patterns run
Start a patterns run for a given configuration. The run executes asynchronously.
post/api/v2/llm-obs/v1/topic-discovery-runs
Request body
Example request
{
"data": {
"attributes": {
"config_id": "a7c8d9e0-1234-5678-9abc-def012345678"
},
"type": "topic_discovery"
}
}Response
Accepted
Example response
{
"data": {
"attributes": {
"config_id": "a7c8d9e0-1234-5678-9abc-def012345678",
"run_id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012",
"status": "started"
},
"id": "a7c8d9e0-1234-5678-9abc-def012345678",
"type": "topic_discovery_run"
}
}