---
title: "Retrieve survey results by id"
slug: "retrieve-survey-results-by-id"
updated: 2024-10-25T18:04:27Z
published: 2026-02-10T22:32:35Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve survey results by id

Get/ExportSurveyResponses

Allows you to get a responses from a survey.

SecurityAPI Key: api_keyHeader parameter nameapi_key

Query parametersidinteger (int32) Required

The ID of the survey to retrieve

Responses200

OK Response

<select class='api-response-data' aria-label='Media type'><option value='9a6dc882-4158-4768-bc49-eb2b699c4b85'>application/json</option>
</select>Expand Allobject  Statusinteger  (int32)    

Indicates the status of the API request.

0 = Success 10 = Error 20 = Not found 30 = Invalid integration key

Example10
Errorstring   | null  

Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).

Results Array of object (SurveyResult)   

See SurveyResult.

object  CourseIdinteger  (int32)    

The course's unique identifier.

Example98669
ClassIdinteger  (int32)   | null  

The class's unique identifier.

Example13324
Classstring    

The class's name.

Example1077A Administering Exams 401
ClassStartDatestring    

The class's start date.

Example2013-04-22T20:00:00Z
ClassEndDatestring    

The class's end date.

Example2013-04-27T06:00:00Z
InstructorNamestring    

The instructor's name.

ExampleJohn Doe
InstructorEmailstring    

The instructor's email.

Examplejohn.doe@test.edu
StudentNamestring    

The student's name.

ExampleLesley Claypool
StudentEmailstring    

The student's email.

Examples.cheese@testemail.com
QuestionsAndResponses Array of object (QuestionsAndResponse)   

A collection of answer and response pairs.

object  Questionstring    

A survey question.

Exampledid you like the class?
Responsestring    

A survey resonse.

Exampletrue
