Get a single cron job by ID
TypeScript
import { cuey } from 'cuey'; const cron = await cuey.crons.get('cron-id');
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "cron_expression": "<string>", "webhook_url": "<string>", "method": "GET", "timezone": "<string>", "headers": {}, "payload": {}, "retry_config": { "maxRetries": 5, "backoffMs": 2550, "backoffType": "exponential" }, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
API key authentication. Include your API key in the Authorization header as: Bearer
Success
Show child attributes