Skip to main content
GET
/
integrations
/
{id}
/
surveys
List external surveys
curl --request GET \
  --url https://api.questra.ai/integrations/{id}/surveys \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

id
string
required

Query Parameters

query
string

Filter results to ones whose names contain the query

Response

200 - application/json
id
string
required

Unique ID of the external survey

name
string
required

Name of the external survey

status
enum<string>
required

Status of the external survey

Available options:
launched,
closed,
draft