Skip to main content
GET
/
v1
/
projects
/
{project_id}
Get Project
curl --request GET \
  --url https://api.human.prod.artistree.io/v1/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "date_created": "<string>",
  "members": [
    {
      "email": "<string>",
      "role": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required
Required string length: 36

Response

Organization project

id
string
required
name
string
required
date_created
string
required
members
ProjectMemberDto · object[]
required