/scheduled-tasks/{id}

DELETE <baseUrl>/scheduled-tasks/{id}

DELETE Delete a scheduled task

Delete a specific scheduled task by its ID.

Responses

204 Scheduled task deleted successfully
401 Unauthorized
404 Scheduled task not found
500 Internal server error

GET Get a scheduled task

Retrieve details of a specific scheduled task by its ID.

Responses

200 Scheduled task details
application/json
Schema: ScheduledTask
401 Unauthorized
404 Scheduled task not found
500 Internal server error

PUT Update a scheduled task

Update an existing scheduled task with new configuration.

Request Body

Required
application/json

Responses

200 Scheduled task updated successfully
application/json
Schema: ScheduledTask
400 Invalid request
application/json
Schema: ErrorResponse
401 Unauthorized
404 Scheduled task not found
500 Internal server error

Security

  • apiKeyAuth [apiKey]
    API Key authentication. Use the X-API-KEY header (generated from the Vaktum portal) to authenticate directly to a workspace.
    In: header
    Name: X-API-KEY
  • bearerAuth [http]
    OAuth2 authentication. Use the Authorization header with a Bearer token. Also provide X-WORKSPACE-ID header for workspace context.
    Scheme: bearer
    Bearer Format: JWT