---
title: "Get Survey Question Definitions"
method: GET
path: "/training/analytics/v1/surveys/questionDefinitions"
tags: ["Training"]
---

# Get Survey Question Definitions

`GET /training/analytics/v1/surveys/questionDefinitions`

Retrieves all survey question definitions in your organization.

## Query parameters

- `pageSize` integer
- `page` integer
- `courseId` string
- `courseExternalId` string
- `lessonId` string
- `lessonExternalId` string

## Response `200`

A successful response.

- S12TrainingAnalyticsV1GetSurveyQuestionDefinitionsResponse
  - `totalCount` integer — The total number of survey question definitions matching the request
  - `items` S12TrainingAnalyticsV1SurveyQuestionDefinition[] — List of survey question definitions
    - `courseId` string — ID of the course
    - `courseExternalId` string — External ID of the course
    - `courseTitle` string — Title of the course
    - `lessonId` string — ID of the lesson
    - `lessonExternalId` string — External ID of the lesson
    - `lessonTitle` string — Title of the lesson
    - `slideId` string — ID of the slide
    - `questionId` string — ID of the question
    - `questionContent` string — Content within the question
    - `answerDefinitions` S12TrainingAnalyticsV1AnswerDefinition[] — Answers to the question
      - `answerDefinitionId` string — ID of the answer definition
      - `answerContent` string — Content within the answer

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
