/scheduled-tasks

GET <baseUrl>/scheduled-tasks

GET List scheduled tasks

Retrieve a list of all scheduled tasks for the current workspace.

Responses

200 List of scheduled tasks
application/json
Type: [array]
{
  "items": {
    "$ref": "#/components/schemas/ScheduledTask"
  },
  "type": "array"
}
401 Unauthorized
500 Internal server error

POST Create a scheduled task

Create a new scheduled task that will execute on the defined schedule using a cron expression.

Request Body

Required
application/json

Responses

201 Scheduled task created successfully
application/json
Schema: ScheduledTask
400 Invalid request
application/json
Schema: ErrorResponse
401 Unauthorized
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