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

# Get an innovation section info.

`GET /v1/{innovationId}/sections/{sectionKey}`

Get an innovation section info.

## Path parameters

- `innovationId` string, uuid, required
- `sectionKey` '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', required

## Response `200`

Innovation section info.

- 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', required
  - `status` 'NOT_STARTED' | 'DRAFT' | 'SUBMITTED', required
  - `submittedAt` string, date-time, nullable, required
  - `submittedBy` object, nullable, required
    - `name` string, required
    - `displayTag` string, required
  - `data` object, nullable, required
  - `tasksIds` string[]

## 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)
