---
title: "Get project info"
method: GET
path: "/api/projects/{project}"
tags: ["Projects"]
---

# Get project info

`GET /api/projects/{project}`

Returns information about the loaded project including the current release version.

## Path parameters

- `project` string, required

## Response `200`

Project information

- ProjectInfo — Information about a loaded project
  - `project_id` string, required — Unique identifier of the project
  - `project_key` string, required — Human-readable project key/slug
  - `release_id` string, required — ID of the currently loaded release
  - `release_version` string, required — Semantic version of the loaded release

## Other responses

- `404` — Project not found

---

[API](https://skmtc.dev/gorules/apis/gorules-agent-api.md) · [All operations](https://skmtc.dev/gorules/apis/gorules-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gorules/gorules-agent-api/revisions/52c0773fcd80/schema)
