Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
evaluations
Error
A valid request URL is required to generate request examples
{
  "results": {
    "evalUuid": "<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
agentUuid
string
required

Body

application/json
prompts
object[]
required

Represents a prompt for evaluation that can be either:

  • An object with a prompt string for new prompts
  • An object referencing an existing prompt and thread by their UUIDs
title
string
required
description
string

Response

Created

results
object
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok