---
title: "Get an innovation sections list."
method: GET
path: "/v1/{innovationId}/sections"
tags: ["Innovation"]
---

# Get an innovation sections list.

`GET /v1/{innovationId}/sections`

Get an innovation sections list.

## Path parameters

- `innovationId` string, uuid, required

## Response `200`

Success

- object[]
  - `id` string, uuid, nullable, required
  - `section` 'INNOVATION_DESCRIPTION' | 'UNDERSTANDING_OF_NEEDS' | 'EVIDENCE_OF_EFFECTIVENESS' | 'MARKET_RESEARCH' | 'CURRENT_CARE_PATHWAY' | 'TESTING_WITH_USERS' | 'REGULATIONS_AND_STANDARDS' | 'INTELLECTUAL_PROPERTY' | 'REVENUE_MODEL' | 'COST_OF_INNOVATION' | 'DEPLOYMENT'
  - `status` 'NOT_STARTED' | 'DRAFT' | 'SUBMITTED'
  - `submittedAt` string, date-time, nullable, required
  - `submittedBy` object, nullable, required
    - `name` string, required
    - `isOwner` boolean
  - `openTasksCount` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/innovations-api-nhs-innovation-service/revisions/36d432fb3b0d/schema)
