Skip to main content
GET
/
api
/
v1
/
org
/
aiRouter
/
decisions
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "committedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "candidateAgentUuids": [
        "<string>"
      ],
      "reasoning": "<string>",
      "chosenAgentUuid": "<string>",
      "suggestedAgentUuid": "<string>",
      "prompt": "<string>",
      "userUuid": "<string>",
      "threadUuid": "<string>",
      "routerUuid": "<string>",
      "decisionUuid": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.lightdash.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

confidence
enum<string>
Available options:
high,
medium,
low
selectionMode
enum<string>
Available options:
auto_routed,
manual_pick
fromDate
string
toDate
string

Response

Success

results
object[]
required
status
enum<string>
required
Available options:
ok