---
title: "Get the project background"
method: GET
path: "/projects/{id}/background"
tags: ["project"]
---

# Get the project background

`GET /projects/{id}/background`

Get the project background of a specific project. **Returns json on error.**

## Path parameters

- `id` integer, required

## Response `200`

The project background file.

## Other responses

- `403` — No access to this project.
- `404` — The project does not exist.
- `500` — Internal error

---

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