Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
Get Project
curl --request GET \
  --url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Path Parameters

accountId
string
required

The ID of the account

projectId
string
required

The ID of the project

Response

id
string
required
name
string
required
description
string