{ "opencollection": "1.0.0", "info": { "name": "Coolify Applications Scheduled Tasks API", "version": "0.1" }, "items": [ { "info": { "name": "Scheduled Tasks", "type": "folder" }, "items": [ { "info": { "name": "List Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/applications/:uuid/scheduled-tasks", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the application." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all scheduled tasks for an application." }, { "info": { "name": "Create Task", "type": "http" }, "http": { "method": "POST", "url": "https://app.coolify.io/api/v1/applications/:uuid/scheduled-tasks", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the application." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new scheduled task for an application." }, { "info": { "name": "Update Task", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.coolify.io/api/v1/applications/:uuid/scheduled-tasks/:task_uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the application." }, { "name": "task_uuid", "value": "", "type": "path", "description": "UUID of the scheduled task." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a scheduled task for an application." }, { "info": { "name": "Delete Task", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.coolify.io/api/v1/applications/:uuid/scheduled-tasks/:task_uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the application." }, { "name": "task_uuid", "value": "", "type": "path", "description": "UUID of the scheduled task." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a scheduled task for an application." }, { "info": { "name": "List Executions", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/applications/:uuid/scheduled-tasks/:task_uuid/executions", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the application." }, { "name": "task_uuid", "value": "", "type": "path", "description": "UUID of the scheduled task." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all executions for a scheduled task on an application." }, { "info": { "name": "List Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/services/:uuid/scheduled-tasks", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the service." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all scheduled tasks for a service." }, { "info": { "name": "Create Task", "type": "http" }, "http": { "method": "POST", "url": "https://app.coolify.io/api/v1/services/:uuid/scheduled-tasks", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the service." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new scheduled task for a service." }, { "info": { "name": "Update Task", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.coolify.io/api/v1/services/:uuid/scheduled-tasks/:task_uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the service." }, { "name": "task_uuid", "value": "", "type": "path", "description": "UUID of the scheduled task." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a scheduled task for a service." }, { "info": { "name": "Delete Task", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.coolify.io/api/v1/services/:uuid/scheduled-tasks/:task_uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the service." }, { "name": "task_uuid", "value": "", "type": "path", "description": "UUID of the scheduled task." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a scheduled task for a service." }, { "info": { "name": "List Executions", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/services/:uuid/scheduled-tasks/:task_uuid/executions", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the service." }, { "name": "task_uuid", "value": "", "type": "path", "description": "UUID of the scheduled task." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all executions for a scheduled task on a service." } ] } ], "bundled": true }