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>'
{
  "apps": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "agent",
      "description": "<string>",
      "uid": "<string>"
    }
  ],
  "created_at": 123,
  "has_ui": true,
  "id": "<string>",
  "is_public_template": true,
  "name": "<string>",
  "publishable_api_key": "<string>",
  "role": "<string>",
  "template_uses": 123,
  "updated_at": 123,
  "use_platform_iam": true,
  "workforce": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "agent",
      "description": "<string>",
      "uid": "<string>"
    }
  ],
  "default_role": "<string>",
  "description": "<string>",
  "repository_url": "<string>",
  "screenshot_url": "<string>"
}

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

apps
object[]
required
deprecated

List of workforce items in this project.

Deprecated: Use workforce instead. This field will be removed in a future version.

created_at
integer<int64>
required

Creation timestamp in epoch milliseconds

has_ui
boolean
required

Whether the project has a UI interface

id
string
required

Unique project identifier

is_public_template
boolean
required

Whether the project is a public template

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

workforce
object[]
required

List of workforce items in this project

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