get_schedule
Retrieve details of a specific DBOS schedule, including cron expression, workflow, status, and last fired time, to verify or debug its configuration.
Instructions
Get details of a specific schedule from DBOS Conductor.
Args: application_name (string, required): Name of the DBOS application schedule_name (string, required): Name of the schedule
Returns: scheduleId (string): Unique identifier scheduleName (string): Name of the schedule workflowName (string): The workflow function this schedule triggers workflowClass (string, optional): The workflow's class name, if any cronExpression (string): Cron expression defining the schedule status (string): "ACTIVE" or "PAUSED" context (string, optional): Schedule context, in a human-readable representation (omitted for private-mode applications) lastFiredAt (string, optional): When the schedule last triggered (ISO 8601) automaticBackfill (bool): Whether missed runs are automatically backfilled cronTimezone (string, optional): Timezone for the cron expression applicationName (string, optional): Name of the application that owns the schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_name | Yes | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||