v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Bucket Syncs

List Dlq Entries

List Dead Letter Queue entries for a sync configuration.

Returns objects that failed to sync after all retry attempts. Each entry includes the source object ID, error details, retry count, and timestamps. Use this to diagnose and resolve sync failures.

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

Path parameters

bucket_idstring required
sync_config_idstring required

Request body

only_max_retriesboolean nullable

If True, only return entries that exhausted all retries.

error_typesstring[] nullable

Filter by error type names, e.g. ['NotFoundError', 'ValidationError'].

Response

Successful Response

totalinteger required