Retrieve a list of all datasources in your organization. Supports optional pagination for large datasets.
"true" to enable pagination with a limit of 10 datasources per page.Note: Query parameters are passed as strings. Use "true" or "false" (not boolean values).isPagination is "true". Must be a numeric string (e.g., "1", "2", "3").| Error Code | HTTP Status | Description |
|---|---|---|
INVALID_REQUEST_BODY | 400 | Invalid pagination parameters |
AUTHENTICATION_ERROR | 401 | Invalid or missing service token |
INTERNAL_SERVER_ERROR | 500 | Server error occurred |