v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
PlatformTask

Update Assigned Platform Task for Service Account

Update assigned platform related background tasks for a service account

post/v2/platform/{service_account_id}/task

Request body

task_idstring required

Unique ID of the task to be updated

task'backfill' | 'push_logs' | 'restart' required

Task to be updated

status'new' | 'in_progress' | 'completed' | 'failed' required

Updated status of the task

Example request

{
  "task": "backfill",
  "status": "new"
}

Response

Updated

string required