Error
A valid request URL is required to generate request examples{
"results": {
"sourceThreadUuid": "<string>",
"agentUuid": "<string>",
"prompt": "<string>",
"type": "agent"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Schedulers
Get scheduler AI augmentation
Get the AI augmentation attached to a scheduled delivery, or null.
GET
/
api
/
v1
/
schedulers
/
{schedulerUuid}
/
ai-augmentation
Error
A valid request URL is required to generate request examples{
"results": {
"sourceThreadUuid": "<string>",
"agentUuid": "<string>",
"prompt": "<string>",
"type": "agent"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Response
Success
Enterprise-only AI augmentation attached to a scheduled delivery. On each
fire the agent (or ambient fast model) writes the delivery message from the
delivery's content and the prompt. Persisted in the EE scheduler_ai_augmentation
satellite table, not on the scheduler itself, so OSS carries none of it.
- Option 1
- Option 2
Show child attributes
Show child attributes
Available options:
ok Was this page helpful?