SentiSnap.com | Online surveys with AI translations and response analysis

List Surveys

Retrieve a list of all surveys accessible to your team.

GET

https://api.sentisnap.com/v1/surveys

Authentication

Requires API key with surveys:read scope.

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number (default: 1)
per_pageintegerNoNumber of surveys per page (default: 50, max: 100)

Response

{
  "data": [
    {
      "id": "019abc12-3456-7890-abcd-ef1234567890",
      "name": "Customer Satisfaction Survey",
      "slug": "customer-satisfaction-survey-abc123",
      "status": "published",
      "response_count": 1250,
      "created_at": "2024-01-15T10:30:00Z",
      "updated_at": "2024-01-20T14:22:00Z",
      "published_at": "2024-01-16T09:00:00Z"
    }
  ],
  "meta": {
    "page": 1,
    "per_page": 50,
    "total": 12,
    "total_pages": 1
  },
  "links": {
    "self": "/v1/surveys?page=1",
    "next": null,
    "prev": null
  }
}

Response Fields

FieldTypeDescription
idstringUnique survey identifier (UUID)
namestringSurvey name
slugstringURL-friendly identifier
statusstringSurvey status: draft, published, closed
response_countintegerTotal number of responses
created_atstringISO 8601 creation timestamp
updated_atstringISO 8601 last update timestamp
published_atstringISO 8601 publish timestamp (null if not published)

Example

curl -X GET "https://public-api.sentisnap.com/v1/surveys?page=1&per_page=10" \
  -H "Authorization: Bearer sk_live_..."

Errors

CodeDescription
401Invalid API key
403Insufficient scope (requires surveys:read)
SentiSnap.com

Capture every mention of your brand, monitor feedback across all channels, and turn the noise of the internet into clear insights that drive your business growth through social listening.

Copyright © 2026 SentiSnap s.r.o.

SentiSnap s.r.o., Rybná 716/24, Staré Město, 110 00 Praha 1, IČO: 21384053, DIČ: CZ21384053

circle-gray