ProjectSingle
Returns a single project by ID or name.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| DisplayName | String | ||
| AccountId | String | ||
| Framework | String |
The allowed values are nextjs, gatsby, remix, astro, vue, svelte, angular, nuxtjs, hugo, jekyll, other. | |
| NodeVersion | String |
The allowed values are 22.x, 20.x, 18.x, 16.x, 14.x. | |
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime | ||
| BuildCommand | String | ||
| DevCommand | String | ||
| InstallCommand | String | ||
| OutputDirectory | String | ||
| RootDirectory | String | ||
| IsDirectoryListing | Boolean | ||
| IsLive | Boolean | ||
| IsGitForkProtection | Boolean | ||
| IsGitLFS | Boolean | ||
| IsAutoAssignCustomDomains | Boolean | ||
| IsAutoExposeSystemEnvs | Boolean | ||
| EnvironmentVariables | String | ||
| GitRepoLink | String | ||
| LatestDeployments | String | ||
| ResourceConfig | String | ||
| CustomEnvironments | String | ||
| Integrations | String | ||
| AutoAssignCustomDomainsUpdatedBy | String | ||
| LastRollbackTarget | String | ||
| LastAliasRequest | String | ||
| ServerlessFunctionRegion | String | ||
| PublicSource | String | ||
| IsProductionDeploymentsFastLane | Boolean | ||
| IsSourceFilesOutsideRootDirectory | Boolean | ||
| IsEnableExternalRewriteCaching | Boolean | ||
| HasDeployments | Boolean | ||
| SpeedInsights | String | ||
| CronJobs | String | ||
| DeploymentExpiration | String | ||
| DefaultResourceConfig | String | ||
| SsoProtection | String | ||
| GitComments | String | ||
| GitProviderOptions | String | ||
| WebAnalytics | String | ||
| OidcTokenConfig | String | ||
| Targets | String | ||
| Features | String | ||
| ProjectId | String |
Projects.Id |