Skip to main content
GET
/
orgs
/
{org_id}
/
projects
/
{project_id}
/
envs
/
{env}
/
workforce
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/envs/{env}/workforce \
  --header 'Authorization: Bearer <token>'
{
  "workforce": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "<string>",
      "url": "<string>",
      "description": "<string>",
      "uid": "<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

Organization identifier

project_id
string
required

Project identifier

env
string
required

Environment id or branch name

Response

200 - application/json

List of running workforce items

workforce
object[]
required