Skip to main content
List sync logs

Authorizations

X-API-Key
string
header
required

Breadbox API key with format bb_<base62>. Carries either read_only or full_access scope. Write endpoints (and a handful of sensitive reads — /api-keys, /users/{user_id}/login) require full_access; endpoints that require it are flagged in their description.

Query Parameters

cursor
string

Opaque pagination cursor returned by a previous list response.

limit
integer

Page size (default 50, capped per-endpoint).

Required range: 1 <= x <= 200
connection_id
string
status
enum<string>
Available options:
in_progress,
success,
error
trigger
enum<string>
Available options:
cron,
webhook,
manual,
initial

Response

200 - application/json

Sync logs.

sync_logs
object[]
next_cursor
string | null
has_more
boolean
limit
integer
Last modified on June 25, 2026