| Field | Type | Required | Description |
|---|---|---|---|
connectionId |
String | ✔️ | ID of the connection |
fields |
List<ListGenaiModelsQueryParamFields> | ➖ | Fields to return |
limit |
Optional<Double> | ➖ | N/A |
offset |
Optional<Double> | ➖ | N/A |
order |
Optional<String> | ➖ | N/A |
query |
Optional<String> | ➖ | Query string to search. eg. email address or name |
raw |
Optional<String> | ➖ | Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar |
sort |
Optional<String> | ➖ | N/A |
updatedGte |
Optional<String> | ➖ | Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) |