List deployments for a project
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
DEPRECATED: use rev (git branch name) instead. Will be removed once all
frontends migrate. When both are passed, rev wins.
Git branch name of the env to filter by (e.g. main). Resolved
server-side against ProjectEnvs.branch for the current project.
Optional trigger filter. Accepts:
latest — return every row sharing the most recent trigger_id for
the resolved env; if the most recent row has no trigger_id (legacy
data), falls back to DISTINCT ON (image_type, manifest_id) i.e.
the latest row per component.trigger_id = <uuid>.
Requires an env filter (rev or project_env_id). No-op otherwise.Deployments listed successfully