RecipesAPI Reference
Log In
API Reference

List All 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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params

Start timestamp for filtering questions (epoch format)

End timestamp for filtering questions (epoch format)

1 to 1000

Maximum number of questions to retrieve (default: 10)

≥ 0

Number of items to skip for pagination (default: 0)

User Id

KB Id

Headers
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json