The ID of the assistant from which to retrieve starters.
an object with query parameters
Optionallimit?: numberThe number of starters to get.
Optionalnext?: stringOptional parameter to request the next page.
Optionalprev?: stringOptional parameter to request the previous page.
Optionalsort?: "QUESTION" | "-QUESTION" | "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED"Optional resource field name to sort on, case insensitive, e.g. name. Can be prefixed with - to set descending order; defaults to ascending.
Optionaloptions: ApiCallOptions
Retrieves the list of starters for the assistant.