v1
latestOpenAPI 3.1.02026-07-24300110.4 KBQuestions
GET One-off Questions
Returns a paginated list of one-off questions submitted through API, Slack, browser extension, web app, or customer room sources. Each question includes ConveyorAI's generated answer, answer metadata, issue status, source metadata, and the user who asked the question when available.
get/v2/oneoff_questions
Query parameters
created_at_startstring date
Filter questions created on or after this date. Format: YYYY-MM-DD.
created_at_endstring date
Filter questions created on or before this date. Format: YYYY-MM-DD.
source'api' | 'slack' | 'browser_extension' | 'web_app' | 'customer_via_trustcenter'
Filter by source.
is_test'true' | 'false'
Include or exclude test queries. Test queries are excluded by default.
pageinteger
Page number.
per_pageinteger
Results per page.
Response
Paginated list of one-off questions.