Skip to main content
GET
/
api
/
v1
/
organizations
/
{organizationID}
/
projects
/
{projectID}
Get project
curl --request GET \
  --url https://api.example.com/api/v1/organizations/{organizationID}/projects/{projectID} \
  --header 'Authorization: Bearer <token>'
{
  "metadata": {
    "id": "a142f641-7fd6-4ab9-a875-344c7ebadc53",
    "name": "my-project",
    "organizationId": "d4600d6e-e965-4b44-a808-84fb2fa36702",
    "creationTime": "2024-05-31T14:11:00Z",
    "provisioningStatus": "provisioned",
    "healthStatus": "healthy"
  },
  "spec": {
    "groupIDs": [
      "ef509cd1-c7e6-42f8-aae7-a01164dc60dc"
    ]
  }
}

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

organizationID
string
required

An organization ID.

projectID
string
required

A project ID.

Response

A project.

A project when read.

metadata
object
required

Metadata required by organization scoped resource reads.

spec
object
required

A project.