New Get a SurveyOL token, use OpenClaw to create a survey, and distribute invitations by email. See the workflow

Export Results

The developer page does not document a dedicated export endpoint.

Supported Response Endpoints

  • List responses: GET https://api.surveyol.com/v1/survey/{surveyId}/responses
  • View response: GET https://api.surveyol.com/v1/response/{responseId}

Guidance

Use the list endpoint to retrieve raw response data, then export in your application format (CSV, XLSX, etc.).