Returns the details of a single schedule, including its delivery destinations, recurrence configuration, and current status.
| API Key Type | Behavior |
|---|---|
| Personal Access Token | The user must be able to view and manage the associated dashboard. Users who can view and schedule but do not have permissions to manage schedules must also be the schedule owner to access the schedule. |
| Organization API Key | Acts at org level with no additional permission check; optionally accepts userId to check permissions as a specific user. |
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
UUID of the schedule. Found in the schedule URL after /schedules/.
To find a schedule's ID:
The schedule's ID is in the page's URL, after /schedules/. For example, the schedule ID in this URL is 123e4567-e89b-12d3-a456-426614174000:
https://blobsrus.omniapp.co/dashboards/e23ebaa0/schedules/123e4567-e89b-12d3-a456-426614174000Membership ID of the user whose permissions should be checked (org API keys only). When provided, the endpoint verifies the user can view the associated dashboard before returning the schedule.
Schedule retrieved successfully
Schedule UUID
Schedule name
Organization UUID
ID of the associated dashboard
User ID of the schedule owner
Schedule's cron expression (minute hour day-of-month month day-of-week year)
IANA timezone identifier (e.g., America/New_York)
When true, each recipient receives a personalized delivery
When true, the job stops if any queries fail
Dashboard filter values applied at delivery time
Format options and other delivery settings
Alert condition type. null for standard schedules.
RESULTS_CHANGED, RESULTS_PRESENT, RESULTS_MISSING Query key used to evaluate the alert condition. null for standard schedules.
Timestamp when the schedule was manually paused. null if active.
Timestamp when the system automatically disabled the schedule
Reason for system disabling
missingQuery, noAccess, orphanedFilterConfigKeys ISO 8601 creation timestamp
ISO 8601 last-updated timestamp
Delivery destination configurations