Get one Depot project and its trust policies
depot_get_projectInspect a Depot container build project's full configuration and OIDC trust policies to check build capacity, cache retention, and audit which external CI systems can exchange OIDC tokens for Depot credentials.
Instructions
Show one Depot container build project's full configuration together with its OIDC trust policies.
Use this to check build capacity and cache retention for a specific project, and to audit which external CI systems are allowed to exchange an OIDC token for Depot credentials — trust policies are the answer to "how does our GitHub Actions workflow authenticate to Depot without a stored token".
Trust-relationship tokens carry project-token permissions, which means they cannot reach the Depot CI API or the Depot API; only container builds and the registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project id, from depot_list_projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| trustPolicies | Yes |