Get predefined questions for a chatbot
GET/auth/questions/:chat_id
Retrieves a paginated and sortable list of predefined questions for a specific chatbot.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Success - Returns a list of questions and total count.
Unauthorized Access
Unauthorized - You do not have permission to access this chat
Chat not found
Internal Server Error