v1
latestOpenAPI 3.1.0Proprietary2026-07-262570100.1 KBconnectors
Discover connector resources
List a connected provider's resources using the connector's stored credentials. Passing cursor or limit opts into pagination (currently Notion only): the response then adds next_cursor and has_more, a page may hold fewer than limit resources, and clients must continue while has_more is true. Without either param the full resource list is returned.
get/connectors/{id}/discover
Path parameters
idstring required
Example:HydraDoc1234
Connector ID
Query parameters
cursorstring
Opaque pagination cursor from a previous response's next_cursor
limitinteger
Max resources per page, 1-100 (values above 100 are clamped)
Response
OK
object required