Skip to main content
GET
/
v1
/
review-projects
/
{project_id}
Get review project
curl --request GET \
  --url https://api.coval.dev/v1/review-projects/{project_id} \
  --header 'X-API-Key: <api-key>'
{
  "review_project": {
    "name": "review-projects/01HXYZ1234567890ABCDEF",
    "id": "01HXYZ1234567890ABCDEF",
    "display_name": "<string>",
    "assignees": [
      "<string>"
    ],
    "linked_simulation_ids": [
      "<string>"
    ],
    "linked_metric_ids": [
      "<string>"
    ],
    "project_type": "PROJECT_INDIVIDUAL",
    "notifications": true,
    "create_time": "2023-11-07T05:31:56Z",
    "update_time": "2023-11-07T05:31:56Z",
    "description": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Path Parameters

project_id
string
required

The project ID (ULID)

Response

Project retrieved successfully

review_project
object
required

A single review project resource.