List connection syncs
Returns the connection’s sync history, most recent first.
Path Parameters
URL-safe workspace identifier.
Opaque identifier of the connection.
^conn_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Query Parameters
Cursor pointing to the last item of the previous page.
Obtain this from the nextCursor field in the response.
The maximum number of records to return (1-100, default: 20).
1 <= x <= 100Response
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
