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-key
Query parameters
skip
limit
with_source_connection
Response
Successful Response
OR