Skip to main content
PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
evaluations
/
{evalUuid}
Error
A valid request URL is required to generate request examples
{
  "results": {
    "prompts": [
      {
        "createdAt": "2023-11-07T05:31:56Z",
        "evalPromptUuid": "<string>",
        "expectedResponse": "<string>",
        "prompt": "<string>"
      }
    ],
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "title": "<string>",
    "agentUuid": "<string>",
    "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
evalUuid
string
required

Body

application/json
prompts
object[]

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
description
string
title
string

Response

Success

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