Skip to main content
GET
List runs for a sync

Authorizations

Authorization
string
header
required

Authorization: Bearer rbk_live_...

Redbark-Version
string
header
required

The API release your integration is built against, e.g. 2026-10-01.wattle. Required on every request.

Path Parameters

id
string
required

The id of the object.

Example:

"sync_8Pq2Rs4tUv6wXy8zAb1cDe"

Query Parameters

limit
string

1 to 100, default 20. Ignored when page is set.

page
string

Opaque token from next_page_url / previous_page_url.

status

Filter by run status; repeat with status[]= for several

Response

Runs

object
enum<string>
required
Available options:
list
data
(object | null)[]
required

include[]=latest_run

next_page_url
string | null
required
previous_page_url
string | null
required