List Scheduled Task Executions
coolify_list_task_executionsRetrieve the execution history of a scheduled task for an application or service by providing resource and task UUIDs.
Instructions
Retrieve execution history for a scheduled task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Resource UUID | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | No | Coolify instance to target: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). Defaults to prod. | prod |
| resource | Yes | Resource type that owns the scheduled task | |
| task_uuid | Yes | Scheduled task UUID |