cURL
curl --request GET \ --url https://api.usenotra.com/v1/schedules \ --header 'Authorization: Bearer <token>'
{ "schedules": [ { "id": "<string>", "organizationId": "<string>", "name": "<string>", "sourceType": "cron", "sourceConfig": { "cron": { "frequency": "daily", "hour": 11, "minute": 29, "dayOfWeek": 3, "dayOfMonth": 16 } }, "targets": { "repositoryIds": [ "<string>" ] }, "outputType": "changelog", "enabled": true, "autoPublish": true, "createdAt": "<string>", "updatedAt": "<string>", "lookbackWindow": "current_day", "outputConfig": { "publishDestination": "webflow", "brandVoiceId": "<string>" } } ], "repositoryMap": {}, "organization": { "id": "<string>", "slug": "<string>", "name": "<string>", "logo": "<string>" } }
Send your API key in the Authorization header as Bearer API_KEY.
Filter by repository IDs using a comma-separated list
"repo_123,repo_456"
Schedules fetched successfully
Show child attributes
Was this page helpful?