v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Kubernetes Agent

Get the Job Sync Status of Kubernetes Cluster

Get the Job Sync Status of Kubernetes Cluster

get/v1/resource/item/{service_account_id}/sync

Path parameters

service_account_idstring required

Specify the account id

Response

Updated

status'completed' | 'failed' | 'in_progress'

Sync status. This is a required field.

initiated_atstring date-time

Sync initiated time.

completed_atstring date-time

Sync completion time.

messagestring

Sync information.

run_idstring

run id from the agent about the sync

log_tracestring[]

log trace from the agent about the sync

data_collection_startstring date-time

Data Collection Start Datetime

data_collection_endstring date-time

Data Collection end Datetime

Example response

{
  "status": "completed"
}