---
title: "Get the TACOS-formatted attestation report for packages used in a project"
method: GET
path: "/v1/{org_name}/projects/{project}/attestation-report"
tags: ["Projects", "Attestations"]
---

# Get the TACOS-formatted attestation report for packages used in a project

`GET /v1/{org_name}/projects/{project}/attestation-report`

## Path parameters

- `org_name` string, required
- `project` string, required

## Query parameters

- `revision` string

## Response `200`

The attestation report

- object
  - `@id` string, required — the TACOS framework URL (https://github.com/tacosframework)
  - `location` string, required — URL of this attestation report
  - `author` string, required — the author of the report (Tidelift Support)
  - `role` string, required — the role of the author (Attestor)
  - `LastModifiedDateTimeUTC` string, required — timestamp of the report's creation
  - `TACOSversion` string, required — the version of TACOS used to generate the report
  - `application` string, required — the name of the project for which the report was generated
  - `statements` object[], required

## Other responses

- `400` — project not found, or scan not found, or attestation report not found
- `401` — Unauthorized

---

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