Skip to main content
GET
cURL

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
env_id
string
required

Query Parameters

rev
string | null

Git rev to read definitions from (branch, tag, or SHA). When set, definitions come from git at that rev instead of the worktree.

component_id
string | null

Filter to a single workforce component by its numeric app id (returned as component_id). Combines with component_uid: when both are set, components must match both.

component_uid
string | null

Filter to a single workforce component by its manifest uid (the _id field in timbal.yaml, returned as component_uid).

Response

Eval definitions listed successfully

commit_hash
string
required

Head commit of that rev. With source = "worktree", uncommitted file changes are NOT part of this commit — check per-file committed flags.

components
object[]
required
rev
string
required

Branch (worktree) or rev (git) the definitions were read from.

source
string
required

Where definitions were read from: worktree or git.