List syncs
Syncs
List syncs
This endpoint lists all the syncs in your account.
GET
List syncs
Documentation Index
Fetch the complete documentation index at: https://sequin.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request parameters
Filter for syncs for this provider (e.g.
github, stripe, etc).Filter for syncs for this stream.
Filter for syncs with this health status (e.g.
ok, error, etc).This filter coming soon.
Filter for syncs matching this name.
Filter for syncs matching the properties supplied in this map. For example,
{"custom_property": 42} will return all syncs with a custom_property of 42.Response fields
ID of the sync.
Provider of the sync (e.g.
github, stripe, etc). See the list of possible values.ID of the stream the sync writes to.
ID of your organization.
Name of the sync, which you provide on create or update.
Whether the sync is
active or disabled.Health of the sync. Learn more about the health object.
IDs of the collections that are synced by this sync.
Rate limit of the sync. Learn more about the rate limit object.
Credential for the sync. This will usually consist of an access token and a refresh token Sequin uses to make requests. This object is polymorphic, see the list of possible shapes.
By default, Sequin syncs all data from the API regardless of age. When you set
max_age_days, Sequin will only sync and retain records that have been created or updated in the last max_age_days days.Defaults to null, which means no age limit.One of
continuous or 4h. If continuous, Sequin will run a continuous sync to sync data as fast as possible from the API. If 4h, Sequin will sync data every 4 hours.Timestamp of when the initial backfill was completed, in ISO 8601 format. Is
null if the initial backfill has not yet completed.Metadata for the sync. This is a JSON object that you can use to store any additional information you want to associate with the sync.
Timestamp of when the sync was created, in ISO 8601 format.
Timestamp of when the sync was last updated, in ISO 8601 format.

