get_schedule
Retrieve detailed configuration and status for a specific schedule in DBOS Conductor by providing application and schedule names, including workflow, cron expression, and last fired time.
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: schedule_id (string): Unique identifier schedule_name (string): Name of the schedule workflow_name (string): The workflow function this schedule triggers workflow_class_name (string, optional): The workflow's class name, if any schedule (string): Cron expression defining the schedule status (string): "ACTIVE" or "PAUSED" context (string, optional): Schedule context (JSON string; omitted for private-mode applications) last_fired_at (string, optional): When the schedule last triggered (ISO 8601) automatic_backfill (bool): Whether missed runs are automatically backfilled cron_timezone (string, optional): Timezone for the cron expression
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_name | Yes | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||