Skip to main content
GET
/
orgs
/
{org_id}
/
projects
/
{project_id}
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": 123,
  "environments": [
    {
      "color": "<string>",
      "id": "<string>",
      "name": "<string>",
      "last_deployment_status": "<string>"
    }
  ],
  "has_ui": true,
  "id": "<string>",
  "integrations": [
    {
      "id": "<string>",
      "name": "<string>",
      "provider": "<string>",
      "logo_url": "<string>"
    }
  ],
  "is_public_template": true,
  "knowledge_bases": [
    {
      "id": "<string>",
      "name": "<string>",
      "uid": "<string>",
      "description": "<string>"
    }
  ],
  "name": "<string>",
  "publishable_api_key": "<string>",
  "role": "<string>",
  "template_uses": 123,
  "updated_at": 123,
  "use_platform_iam": true,
  "default_role": "<string>",
  "description": "<string>",
  "repository_url": "<string>",
  "screenshot_url": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
project_id
string
required

Response

200 - application/json

Project details

created_at
integer<int64>
required

Creation timestamp in epoch milliseconds

environments
object[]
required

Project environments with their latest deployment status

has_ui
boolean
required

Whether the project has a UI interface

id
string
required

Unique project identifier

integrations
object[]
required

Integrations active in this project

is_public_template
boolean
required

Whether the project is a public template

knowledge_bases
object[]
required

Knowledge bases connected to this project (new KB system only)

name
string
required

Project name

publishable_api_key
string
required

Publishable API key for this project

role
string
required

Authenticated user's role in the project

template_uses
integer<int64>
required

Number of times this template has been used

updated_at
integer<int64>
required

Last update timestamp in epoch milliseconds

use_platform_iam
boolean
required

Whether the project uses the platform's IAM system for access control

default_role
string | null

Project's default role. All organization members will be assigned this role by default for this project

description
string | null

Project description

repository_url
string | null

URL of the project's source code repository. When null, the project does not have source code available

screenshot_url
string | null

URL of the project's screenshot image