Evaluations
Create Evaluation Schedule
Schedule recurring evaluation runs using a cron expression
POST
Create Evaluation Schedule
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Schedule recurring evaluation runs using a cron expression
curl --request POST \
--url https://evalgate.com/api/evaluations/{id}/schedule \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"schedule": "<string>",
"enabled": true,
"notifyOnFailure": true
}
'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}curl --request POST \
--url https://evalgate.com/api/evaluations/{id}/schedule \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"schedule": "<string>",
"enabled": true,
"notifyOnFailure": true
}
'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}