Skip to main content
GET
/
governance
/
projects
/
{project_id}
Get project details
curl --request GET \
  --url https://api.example.com/governance/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "organization_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "project_type": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Unique identifier of the project

Response

Successful Response

Full project representation for GET /projects/{project_id}.

name
string
required

Display name of the project

organization_id
string
required

ID of the organization this project belongs to

created_at
string<date-time>
required

Timestamp when the project was created

description
string | null

Description of the project

project_type
string | null

Type of project

updated_at
string<date-time> | null

Timestamp when the project was last updated