Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
evaluations
/
{evalUuid}
/
run
Error
A valid request URL is required to generate request examples
{
  "results": {
    "failedAssessments": 123,
    "passedAssessments": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "completedAt": "2023-11-07T05:31:56Z",
    "evalUuid": "<string>",
    "runUuid": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://lightdash-mintlify-fc9678b9.mintlify.app/llms.txt

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

Path Parameters

projectUuid
string
required
agentUuid
string
required
evalUuid
string
required

Response

Success

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