---
title: "Fetch Risk Register"
method: GET
path: "/v2/risk/register/fetch"
tags: ["Risk Register"]
---

# Fetch Risk Register

`GET /v2/risk/register/fetch`

## Query parameters

- `page` integer
- `page_size` integer
- `status` string
- `entity` string
- `name` string

## Headers

- `authorization` string, required — The authorization token can be retrieved by calling the OAuth authentication API. The value for this header parameter follows the format "Bearer &nbsp;&nbsp; `access_token`" (excluding the quotes). For example: <br /> `Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY`

## Response `200`

Successful Response

- FetchRiskAssessmentResponse
  - `page` integer, required
  - `page_size` integer, required
  - `total` integer, required
  - `data` RiskAssessmentResponse[], required
    - `id` string, required
    - `name` string, required
    - `entity` ServicesRiskSchemaRiskEntityResponse, required
      - `id` string, required
      - `name` string, required
      - `logo` string, required
    - `owner` ServicesRiskSchemaRiskUserResponse
      - `id` string, required
      - `name` string, required
      - `email` string, required
    - `status` 'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED' | 'CLOSED', required — An enumeration.
    - `start_date` string, date-time
    - `end_date` string, date-time
    - `created_by` ServicesRiskSchemaRiskUserResponse, required
      - `id` string, required
      - `name` string, required
      - `email` string, required

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.dev/expent/apis/expent-apis.md) · [All operations](https://skmtc.dev/expent/apis/expent-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expent/expent-apis/revisions/ce1d50af5e2c/schema)
