Skip to main content
GET
List survey targets

承認

Authorization
string
header
必須

For authenticated requests, set the Authorization: Bearer your_api_key parameter in the header.
You can create and manage your API Keys by visiting the API Keys tab in the Settings page of your organization in Admina

パスパラメータ

organizationId
number
必須
surveyId
number
必須

クエリパラメータ

limit
number

Number of items to return per page. Default is 50, maximum is 200.

必須範囲: 1 <= x <= 200
:

50

cursor
string

Cursor for pagination. Use the nextCursor from previous response to get next page.

:

"eyJwYWdlIjoyLCJsaW1pdCI6NTB9"

sortBy
enum<string>

Field to sort by. Defaults to createdAt.

利用可能なオプション:
createdAt,
name,
email,
department
sortOrder
enum<string>

Sort order. Defaults to DESC for createdAt.

利用可能なオプション:
DESC,
ASC

Search term to filter targets by name, email, department, or device information.

:

"john"

department
string

Filter by department name.

:

"Engineering"

status
enum<string>[]

Filter by survey target status. Accepts multiple options.

利用可能なオプション:
pending,
sent,
opened,
completed

レスポンス

Successfully retrieved survey targets

meta
object
必須
items
object[]
必須
read-only
最終更新日 2026年8月24日