List Syncs

List all syncs for the current user.

Args:

db: The database session skip: The number of syncs to skip limit: The number of syncs to return with_source_connection: Whether to include the source connection in the response user: The current user

Returns:

list[schemas.Sync] | list[schemas.SyncWithSourceConnection]: A list of syncs

Headers

x-api-keystringOptional

Query parameters

skipintegerOptionalDefaults to 0
limitintegerOptionalDefaults to 100
with_source_connectionbooleanOptionalDefaults to false

Response

Successful Response

list of objects
OR
list of objects

Errors