Preview recurring task occurrences
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/agent/ai-now/schedules/preview" \ -H "Content-Type: application/json" \ -d '{ "local_time": { "hour": 0, "minute": 0 }, "recurrence": { "kind": "daily" }, "timezone": "string" }'{ "occurrences": [ "string" ]}{ "detail": "string"}