---
title: "Retrieve a contribution report"
method: GET
path: "/contribution_reports/{contribution_report_id}"
tags: ["Contribution Reports"]
---

# Retrieve a contribution report

`GET /contribution_reports/{contribution_report_id}`

Returns a `contribution report` object.

## Path parameters

- `contribution_report_id` string, required

## Headers

- `X-Platform-Id` string

## Response `200`

OK

- ContributionReportResponse
  - `object` string — The object type
  - `id` string, required — Unique identifier for the contribution report
  - `employer_id` string, required — Unique identifier of the employer for which the report is created
  - `external_customer_id` string, nullable — Unique identifier of the customer for which the report is created. This identifier is assigned by the Employer of Record (EoR) platform to the Customer (i.e. the company using the EoR service) for which the employee is employed. This parameter is only available to EoR platforms.
  - `period` GetContributionReportPeriod, required
    - `from_date` string, date, required — Start date of the period
    - `to_date` string, date, required — End date of the period
  - `status` 'open' | 'finalized', required
  - `finalized_at` string, date-time, nullable — Date and time the report was finalized, if applicable
  - `created_at` string, date-time, required — Date and time the report was created
  - `last_updated_at` string, date-time, required — Date and time of the last update to the report

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/kota/apis/kota-api.md) · [All operations](https://skmtc.net/kota/apis/kota-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kota/kota-api/versions/7b8b3ed87c96/schema)
