v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Bucket Syncs

List Sync Jobs

List sync job history for a sync configuration.

Returns paginated job records ordered by most recent first. Each job includes status, file counts, timing, and error details. Use the optional status filter to find failed or running jobs.

post/v1/buckets/{bucket_id}/syncs/{sync_config_id}/jobs

Path parameters

bucket_idstring required
sync_config_idstring required

Query parameters

limitinteger nullable
page_sizeinteger nullable
offsetinteger nullable
pageinteger nullable
cursorstring nullable
next_cursorstring nullable
afterstring nullable
include_totalboolean

Request body

status'running' | 'completed' | 'failed' | 'interrupted'

Lifecycle states for individual storage sync jobs.

Response

Successful Response

totalinteger required