get https://api.us.cloud.uniphore.com/knowledge-lake/v1/questions
Retrieve a list of questions for a specific tenant.
Parameters:
- tenant_id: Identifier for the tenant.
- question_service: Service to fetch questions.
- start_date: Start of the time range in UNIX timestamp. (epoch format)
- end_date: End of the time range in UNIX timestamp. (epoch format)
- user_id: Identifier for the user to fetch
- limit: Number of results to retrieve (max: 1000).
- offset: Pagination offset.
Returns:
- A list of questions matching the criteria.