Skip to main content
GET
/
api
/
v1
/
org
/
aiRouter
/
instructions
/
{projectUuid}
Error
A valid request URL is required to generate request examples
{
  "results": {
    "createdAt": "2023-11-07T05:31:56Z",
    "taggedAgentUuids": [
      "<string>"
    ],
    "instruction": "<string>",
    "projectUuid": "<string>",
    "routerUuid": "<string>",
    "instructionVersionUuid": "<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.

Path Parameters

projectUuid
string
required

Response

Success

results
object
required

Per-project routing instructions written by an admin. Versioned append-only (like agent instructions): the latest version for a (router, project) pair is the active one. instruction is free text where tagged agents are embedded as @[Agent Name](agent-uuid) tokens; taggedAgentUuids is the extracted list, kept alongside the text so references can be validated and orphans detected.

status
enum<string>
required
Available options:
ok