curl --request GET \ --url https://api.egp.scale.com/v5/questions \ --header 'x-api-key: <api-key>'
{ "object": "list", "items": [ { "id": "<string>", "object": "question", "created_at": "2023-11-07T05:31:56Z", "created_by_user_id": "<string>", "name": "<string>", "prompt": "<string>", "question_type": "categorical", "configuration": { "choices": [ "<string>" ] } } ], "limit": 100, "total": 123, "has_more": true }
1 <= x <= 1000
asc
desc
Successful Response
The response is of type object.
object