cURL
curl --request GET \ --url https://api.avidoai.com/v0/tasks/schedule/{taskId} \ --header 'x-api-key: <api-key>'
{ "taskId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "criticality": "LOW", "cron": "<string>", "jobId": "<string>", "nextRunAt": "2023-11-07T05:31:56Z", "lastRunAt": "2023-11-07T05:31:56Z" }
Your unique Avido API key
Success
Response schema for task schedule
LOW
MEDIUM
HIGH