curl --request GET \
--url https://api.questra.ai/surveys \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"total": 1,
"items": [
{
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"user_id": "<string>",
"org_id": "<string>",
"first_page_id": "<string>",
"locked": false,
"paid_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"programmed_from_file_id": "<string>",
"programming_started_at": "2023-11-07T05:31:56Z",
"programming_completed_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://api.questra.ai/surveys \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"total": 1,
"items": [
{
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"user_id": "<string>",
"org_id": "<string>",
"first_page_id": "<string>",
"locked": false,
"paid_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"programmed_from_file_id": "<string>",
"programming_started_at": "2023-11-07T05:31:56Z",
"programming_completed_at": "2023-11-07T05:31:56Z"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of results to show per page
1 <= x <= 100The number of results to skip before returning
x >= 0A search term that must be contained in the name or slug of the survey