List all surveys
Surveys
List all surveys
GET
List all surveys
Documentation Index
Fetch the complete documentation index at: https://docs.questra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
The number of results to show per page
Required range:
1 <= x <= 100The number of results to skip before returning
Required range:
x >= 0A search term that must be contained in the name or slug of the survey
The field to sort results by. Defaults to created_at.
Available options:
name, created_at, updated_at The sort direction. Defaults to desc.
Available options:
asc, desc