import { Vercel } from "@vercel/sdk";
const vercel = new Vercel({
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
});
async function run() {
const result = await vercel.projects.getProjects({
gitForkProtection: "1",
repoUrl: "https://github.com/vercel/next.js",
elasticConcurrencyEnabled: "1",
staticIpsEnabled: "1",
buildMachineTypes: "default,enhanced",
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
slug: "my-team-url-slug",
});
console.log(result);
}
run();{
"projects": [
{
"accountId": "<string>",
"directoryListing": true,
"id": "<string>",
"name": "<string>",
"nodeVersion": "24.x",
"resourceConfig": {
"functionDefaultRegions": [
"<string>"
],
"fluid": true,
"functionDefaultTimeout": 123,
"functionDefaultMemoryType": "standard_legacy",
"functionZeroConfigFailover": true,
"elasticConcurrencyEnabled": true,
"buildMachineType": "enhanced",
"isNSNBDisabled": true
},
"defaultResourceConfig": {
"functionDefaultRegions": [
"<string>"
],
"fluid": true,
"functionDefaultTimeout": 123,
"functionDefaultMemoryType": "standard_legacy",
"functionZeroConfigFailover": true,
"elasticConcurrencyEnabled": true,
"buildMachineType": "enhanced",
"isNSNBDisabled": true
},
"analytics": {
"id": "<string>",
"disabledAt": 123,
"enabledAt": 123,
"canceledAt": 123,
"paidAt": 123,
"sampleRatePercent": 123,
"spendLimitInDollars": 123
},
"speedInsights": {
"id": "<string>",
"enabledAt": 123,
"disabledAt": 123,
"canceledAt": 123,
"hasData": true,
"paidAt": 123
},
"autoExposeSystemEnvs": true,
"autoAssignCustomDomains": true,
"autoAssignCustomDomainsUpdatedBy": "<string>",
"buildCommand": "<string>",
"commandForIgnoringBuildStep": "<string>",
"connectConfigurations": [
{
"envId": "<string>",
"connectConfigurationId": "<string>",
"passive": true,
"buildsEnabled": true,
"createdAt": 123,
"updatedAt": 123,
"dc": "<string>",
"aws": {
"subnetIds": [
"<string>"
],
"securityGroupId": "<string>"
}
}
],
"connectConfigurationId": "<string>",
"connectBuildsEnabled": true,
"passiveConnectConfigurationId": "<string>",
"createdAt": 123,
"customerSupportCodeVisibility": true,
"crons": {
"enabledAt": 123,
"disabledAt": 123,
"updatedAt": 123,
"deploymentId": "<string>",
"definitions": [
{
"host": "vercel.com",
"path": "/api/crons/sync-something?hello=world",
"schedule": "0 0 * * *"
}
]
},
"dataCache": {
"userDisabled": true,
"storageSizeBytes": 123,
"unlimited": true
},
"deploymentExpiration": {
"expirationDays": 123,
"expirationDaysProduction": 123,
"expirationDaysCanceled": 123,
"expirationDaysErrored": 123,
"deploymentsToKeep": 123
},
"devCommand": "<string>",
"installCommand": "<string>",
"env": [
{
"type": "system",
"value": "<string>",
"key": "<string>",
"target": [
"production"
],
"sunsetSecretId": "<string>",
"decrypted": true,
"vsmValue": "<string>",
"id": "<string>",
"configurationId": "<string>",
"createdAt": 123,
"updatedAt": 123,
"createdBy": "<string>",
"updatedBy": "<string>",
"gitBranch": "<string>",
"edgeConfigId": "<string>",
"edgeConfigTokenId": "<string>",
"contentHint": {
"type": "redis-url",
"storeId": "<string>"
},
"internalContentHint": {
"type": "flags-secret",
"encryptedValue": "<string>"
},
"comment": "<string>",
"customEnvironmentIds": [
"<string>"
]
}
],
"customEnvironments": [
{
"id": "<string>",
"slug": "<string>",
"type": "preview",
"createdAt": 123,
"updatedAt": 123,
"description": "<string>",
"branchMatcher": {
"type": "endsWith",
"pattern": "<string>"
},
"domains": [
{
"name": "<string>",
"apexName": "<string>",
"projectId": "<string>",
"verified": true,
"redirect": "<string>",
"redirectStatusCode": 307,
"gitBranch": "<string>",
"customEnvironmentId": "<string>",
"updatedAt": 123,
"createdAt": 123,
"verification": [
{
"type": "<string>",
"domain": "<string>",
"value": "<string>",
"reason": "<string>"
}
]
}
],
"currentDeploymentAliases": [
"<string>"
]
}
],
"framework": "blitzjs",
"gitForkProtection": true,
"gitLFS": true,
"ipBuckets": [
{
"bucket": "<string>",
"supportUntil": 123
}
],
"latestDeployments": [
{
"id": "<string>",
"createdAt": 123,
"createdIn": "<string>",
"creator": {
"email": "<string>",
"uid": "<string>",
"username": "<string>",
"githubLogin": "<string>",
"gitlabLogin": "<string>"
},
"deploymentHostname": "<string>",
"name": "<string>",
"plan": "pro",
"private": true,
"readyState": "BUILDING",
"type": "LAMBDAS",
"url": "<string>",
"userId": "<string>",
"alias": [
"<string>"
],
"aliasAssigned": 123,
"aliasError": {
"code": "<string>",
"message": "<string>"
},
"aliasFinal": "<string>",
"automaticAliases": [
"<string>"
],
"branchMatcher": {
"type": "endsWith",
"pattern": "<string>"
},
"buildingAt": 123,
"builds": [
{
"use": "<string>",
"src": "<string>",
"dest": "<string>"
}
],
"checksConclusion": "succeeded",
"checksState": "registered",
"connectBuildsEnabled": true,
"connectConfigurationId": "<string>",
"deletedAt": 123,
"forced": true,
"meta": {},
"monorepoManager": "<string>",
"oidcTokenClaims": {
"iss": "<string>",
"sub": "<string>",
"scope": "<string>",
"aud": "<string>",
"owner": "<string>",
"owner_id": "<string>",
"project": "<string>",
"project_id": "<string>",
"environment": "<string>",
"plan": "<string>"
},
"previewCommentsEnabled": false,
"readyAt": 123,
"readySubstate": "STAGED",
"requestedAt": 123,
"target": "<string>",
"teamId": "<string>",
"withCache": true
}
],
"link": {
"org": "<string>",
"type": "github",
"deployHooks": [
{
"id": "<string>",
"name": "<string>",
"ref": "<string>",
"url": "<string>",
"createdAt": 123
}
],
"gitCredentialId": "<string>",
"productionBranch": "<string>",
"repoOwnerId": 123,
"repo": "<string>",
"repoId": 123,
"createdAt": 123,
"updatedAt": 123,
"sourceless": true
},
"microfrontends": {
"isDefaultApp": true,
"updatedAt": 123,
"groupIds": [
"<string>"
],
"enabled": true,
"defaultRoute": "<string>",
"freeProjectForLegacyLimits": true
},
"optionsAllowlist": {
"paths": [
{
"value": "<string>"
}
]
},
"outputDirectory": "<string>",
"passwordProtection": {},
"productionDeploymentsFastLane": true,
"publicSource": true,
"rollbackDescription": {
"userId": "<string>",
"username": "<string>",
"description": "<string>",
"createdAt": 123
},
"rollingRelease": {
"target": "production",
"stages": [
{
"targetPercentage": 25,
"requireApproval": false,
"duration": 600,
"linearShift": false
}
],
"canaryResponseHeader": false
},
"rootDirectory": "<string>",
"serverlessFunctionZeroConfigFailover": true,
"skewProtectionBoundaryAt": 123,
"skewProtectionMaxAge": 123,
"skipGitConnectDuringLink": true,
"staticIps": {
"builds": true,
"enabled": true,
"regions": [
"<string>"
]
},
"sourceFilesOutsideRootDirectory": true,
"enableAffectedProjectsDeployments": true,
"ssoProtection": {
"deploymentType": "preview"
},
"targets": {},
"transferCompletedAt": 123,
"transferStartedAt": 123,
"transferToAccountId": "<string>",
"transferredFromAccountId": "<string>",
"updatedAt": 123,
"live": true,
"enablePreviewFeedback": true,
"enableProductionFeedback": true,
"permissions": {
"oauth2Connection": [
"create"
],
"user": [
"create"
],
"userConnection": [
"create"
],
"userSudo": [
"create"
],
"webAuthn": [
"create"
],
"accessGroup": [
"create"
],
"agent": [
"create"
],
"alerts": [
"create"
],
"alertRules": [
"create"
],
"aliasGlobal": [
"create"
],
"analyticsSampling": [
"create"
],
"analyticsUsage": [
"create"
],
"apiKey": [
"create"
],
"apiKeyAiGateway": [
"create"
],
"apiKeyOwnedBySelf": [
"create"
],
"oauth2Application": [
"create"
],
"vercelAppInstallation": [
"create"
],
"vercelAppInstallationRequest": [
"create"
],
"auditLog": [
"create"
],
"billingAddress": [
"create"
],
"billingInformation": [
"create"
],
"billingInvoice": [
"create"
],
"billingInvoiceEmailRecipient": [
"create"
],
"billingInvoiceLanguage": [
"create"
],
"billingPlan": [
"create"
],
"billingPurchaseOrder": [
"create"
],
"billingRefund": [
"create"
],
"billingTaxId": [
"create"
],
"blob": [
"create"
],
"blobStoreTokenSet": [
"create"
],
"budget": [
"create"
],
"cacheArtifact": [
"create"
],
"cacheArtifactUsageEvent": [
"create"
],
"codeChecks": [
"create"
],
"concurrentBuilds": [
"create"
],
"connect": [
"create"
],
"connectConfiguration": [
"create"
],
"dataCacheBillingSettings": [
"create"
],
"defaultDeploymentProtection": [
"create"
],
"domain": [
"create"
],
"domainAcceptDelegation": [
"create"
],
"domainAuthCodes": [
"create"
],
"domainCertificate": [
"create"
],
"domainCheckConfig": [
"create"
],
"domainMove": [
"create"
],
"domainPurchase": [
"create"
],
"domainRecord": [
"create"
],
"domainTransferIn": [
"create"
],
"drain": [
"create"
],
"edgeConfig": [
"create"
],
"edgeConfigItem": [
"create"
],
"edgeConfigSchema": [
"create"
],
"edgeConfigToken": [
"create"
],
"endpointVerification": [
"create"
],
"event": [
"create"
],
"fileUpload": [
"create"
],
"flagsExplorerSubscription": [
"create"
],
"gitRepository": [
"create"
],
"imageOptimizationNewPrice": [
"create"
],
"integration": [
"create"
],
"integrationAccount": [
"create"
],
"integrationConfiguration": [
"create"
],
"integrationConfigurationProjects": [
"create"
],
"integrationConfigurationRole": [
"create"
],
"integrationConfigurationTransfer": [
"create"
],
"integrationDeploymentAction": [
"create"
],
"integrationEvent": [
"create"
],
"integrationLog": [
"create"
],
"integrationResource": [
"create"
],
"integrationResourceReplCommand": [
"create"
],
"integrationResourceSecrets": [
"create"
],
"integrationSSOSession": [
"create"
],
"integrationStoreTokenSet": [
"create"
],
"integrationVercelConfigurationOverride": [
"create"
],
"integrationPullRequest": [
"create"
],
"ipBlocking": [
"create"
],
"jobGlobal": [
"create"
],
"logDrain": [
"create"
],
"marketplaceBillingData": [
"create"
],
"marketplaceExperimentationEdgeConfigData": [
"create"
],
"marketplaceExperimentationItem": [
"create"
],
"marketplaceInstallationMember": [
"create"
],
"marketplaceInvoice": [
"create"
],
"marketplaceSettings": [
"create"
],
"Monitoring": [
"create"
],
"monitoringAlert": [
"create"
],
"monitoringChart": [
"create"
],
"monitoringQuery": [
"create"
],
"monitoringSettings": [
"create"
],
"notificationCustomerBudget": [
"create"
],
"notificationDeploymentFailed": [
"create"
],
"notificationDomainConfiguration": [
"create"
],
"notificationDomainExpire": [
"create"
],
"notificationDomainMoved": [
"create"
],
"notificationDomainPurchase": [
"create"
],
"notificationDomainRenewal": [
"create"
],
"notificationDomainTransfer": [
"create"
],
"notificationDomainUnverified": [
"create"
],
"NotificationMonitoringAlert": [
"create"
],
"notificationPaymentFailed": [
"create"
],
"notificationPreferences": [
"create"
],
"notificationStatementOfReasons": [
"create"
],
"notificationUsageAlert": [
"create"
],
"observabilityConfiguration": [
"create"
],
"observabilityFunnel": [
"create"
],
"observabilityNotebook": [
"create"
],
"openTelemetryEndpoint": [
"create"
],
"ownEvent": [
"create"
],
"organizationDomain": [
"create"
],
"passwordProtectionInvoiceItem": [
"create"
],
"paymentMethod": [
"create"
],
"permissions": [
"create"
],
"postgres": [
"create"
],
"postgresStoreTokenSet": [
"create"
],
"previewDeploymentSuffix": [
"create"
],
"projectTransferIn": [
"create"
],
"proTrialOnboarding": [
"create"
],
"rateLimit": [
"create"
],
"redis": [
"create"
],
"redisStoreTokenSet": [
"create"
],
"remoteCaching": [
"create"
],
"repository": [
"create"
],
"samlConfig": [
"create"
],
"secret": [
"create"
],
"securityPlusConfiguration": [
"create"
],
"sensitiveEnvironmentVariablePolicy": [
"create"
],
"sharedEnvVars": [
"create"
],
"sharedEnvVarsProduction": [
"create"
],
"space": [
"create"
],
"spaceRun": [
"create"
],
"storeTransfer": [
"create"
],
"supportCase": [
"create"
],
"supportCaseComment": [
"create"
],
"team": [
"create"
],
"teamAccessRequest": [
"create"
],
"teamFellowMembership": [
"create"
],
"teamGitExclusivity": [
"create"
],
"teamInvite": [
"create"
],
"teamInviteCode": [
"create"
],
"teamJoin": [
"create"
],
"teamMemberMfaStatus": [
"create"
],
"teamMicrofrontends": [
"create"
],
"teamOwnMembership": [
"create"
],
"teamOwnMembershipDisconnectSAML": [
"create"
],
"token": [
"create"
],
"usage": [
"create"
],
"usageCycle": [
"create"
],
"vercelRun": [
"create"
],
"vercelRunExec": [
"create"
],
"vpcPeeringConnection": [
"create"
],
"webAnalyticsPlan": [
"create"
],
"webhook": [
"create"
],
"webhook-event": [
"create"
],
"aliasProject": [
"create"
],
"aliasProtectionBypass": [
"create"
],
"buildMachine": [
"create"
],
"connectConfigurationLink": [
"create"
],
"dataCacheNamespace": [
"create"
],
"deployment": [
"create"
],
"deploymentBuildLogs": [
"create"
],
"deploymentCheck": [
"create"
],
"deploymentCheckPreview": [
"create"
],
"deploymentCheckReRunFromProductionBranch": [
"create"
],
"deploymentProductionGit": [
"create"
],
"deploymentV0": [
"create"
],
"deploymentPreview": [
"create"
],
"deploymentPrivate": [
"create"
],
"deploymentPromote": [
"create"
],
"deploymentRollback": [
"create"
],
"edgeCacheNamespace": [
"create"
],
"environments": [
"create"
],
"job": [
"create"
],
"logs": [
"create"
],
"logsPreset": [
"create"
],
"observabilityData": [
"create"
],
"onDemandBuild": [
"create"
],
"onDemandConcurrency": [
"create"
],
"optionsAllowlist": [
"create"
],
"passwordProtection": [
"create"
],
"productionAliasProtectionBypass": [
"create"
],
"project": [
"create"
],
"projectAccessGroup": [
"create"
],
"projectAnalyticsSampling": [
"create"
],
"projectAnalyticsUsage": [
"create"
],
"projectCheck": [
"create"
],
"projectCheckRun": [
"create"
],
"projectDeploymentExpiration": [
"create"
],
"projectDeploymentHook": [
"create"
],
"projectDomain": [
"create"
],
"projectDomainCheckConfig": [
"create"
],
"projectDomainMove": [
"create"
],
"projectEnvVars": [
"create"
],
"projectEnvVarsProduction": [
"create"
],
"projectEnvVarsUnownedByIntegration": [
"create"
],
"projectFlags": [
"create"
],
"projectFlagsProduction": [
"create"
],
"projectFromV0": [
"create"
],
"projectId": [
"create"
],
"projectIntegrationConfiguration": [
"create"
],
"projectLink": [
"create"
],
"projectMember": [
"create"
],
"projectMonitoring": [
"create"
],
"projectOIDCToken": [
"create"
],
"projectPermissions": [
"create"
],
"projectProductionBranch": [
"create"
],
"projectProtectionBypass": [
"create"
],
"projectRollingRelease": [
"create"
],
"projectSupportCase": [
"create"
],
"projectSupportCaseComment": [
"create"
],
"projectTier": [
"create"
],
"projectTransfer": [
"create"
],
"projectTransferOut": [
"create"
],
"projectUsage": [
"create"
],
"seawallConfig": [
"create"
],
"sharedEnvVarConnection": [
"create"
],
"skewProtection": [
"create"
],
"analytics": [
"create"
],
"trustedIps": [
"create"
],
"v0Chat": [
"create"
],
"webAnalytics": [
"create"
]
},
"lastRollbackTarget": {},
"lastAliasRequest": {
"fromDeploymentId": "<string>",
"toDeploymentId": "<string>",
"jobStatus": "succeeded",
"requestedAt": 123,
"type": "promote",
"fromRollingReleaseId": "<string>"
},
"protectionBypass": {},
"hasActiveBranches": true,
"trustedIps": {
"deploymentType": "preview",
"addresses": [
{
"value": "<string>",
"note": "<string>"
}
],
"protectionMode": "additional"
},
"gitComments": {
"onPullRequest": true,
"onCommit": true
},
"gitProviderOptions": {
"createDeployments": "enabled",
"disableRepositoryDispatchEvents": true,
"requireVerifiedCommits": true
},
"paused": true,
"concurrencyBucketName": "<string>",
"webAnalytics": {
"id": "<string>",
"disabledAt": 123,
"canceledAt": 123,
"enabledAt": 123,
"hasData": true
},
"security": {
"attackModeEnabled": true,
"attackModeUpdatedAt": 123,
"firewallEnabled": true,
"firewallUpdatedAt": 123,
"attackModeActiveUntil": 123,
"firewallConfigVersion": 123,
"firewallSeawallEnabled": true,
"ja3Enabled": true,
"ja4Enabled": true,
"firewallBypassIps": [
"<string>"
],
"managedRules": {
"bot_filter": {
"active": true,
"action": "log"
},
"ai_bots": {
"active": true,
"action": "log"
},
"owasp": {
"active": true,
"action": "log"
}
},
"botIdEnabled": true
},
"oidcTokenConfig": {
"enabled": true,
"issuerMode": "team"
},
"tier": "standard",
"features": {
"webAnalytics": true
},
"v0": true,
"abuse": {
"history": [
{
"scanner": "<string>",
"reason": "<string>",
"by": "<string>",
"byId": "<string>",
"at": 123
}
],
"updatedAt": 123,
"scanner": "<string>",
"block": {
"action": "blocked",
"reason": "<string>",
"statusCode": 123,
"createdAt": 123,
"caseId": "<string>",
"actor": "<string>",
"comment": "<string>",
"isCascading": true
},
"blockHistory": [
{
"action": "blocked",
"reason": "<string>",
"statusCode": 123,
"createdAt": 123,
"caseId": "<string>",
"actor": "<string>",
"comment": "<string>",
"isCascading": true
}
],
"interstitial": true
},
"internalRoutes": [
{
"src": "<string>",
"status": 123
}
],
"hasDeployments": true,
"dismissedToasts": [
{
"key": "<string>",
"dismissedAt": 123,
"action": "cancel",
"value": "<string>"
}
]
}
],
"pagination": {
"count": 20,
"next": "JBSWY3DPEHPK3PXP"
}
}Allows to retrieve the list of projects of the authenticated user or team. The list will be paginated and the provided query parameters allow filtering the returned projects.
import { Vercel } from "@vercel/sdk";
const vercel = new Vercel({
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
});
async function run() {
const result = await vercel.projects.getProjects({
gitForkProtection: "1",
repoUrl: "https://github.com/vercel/next.js",
elasticConcurrencyEnabled: "1",
staticIpsEnabled: "1",
buildMachineTypes: "default,enhanced",
teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l",
slug: "my-team-url-slug",
});
console.log(result);
}
run();{
"projects": [
{
"accountId": "<string>",
"directoryListing": true,
"id": "<string>",
"name": "<string>",
"nodeVersion": "24.x",
"resourceConfig": {
"functionDefaultRegions": [
"<string>"
],
"fluid": true,
"functionDefaultTimeout": 123,
"functionDefaultMemoryType": "standard_legacy",
"functionZeroConfigFailover": true,
"elasticConcurrencyEnabled": true,
"buildMachineType": "enhanced",
"isNSNBDisabled": true
},
"defaultResourceConfig": {
"functionDefaultRegions": [
"<string>"
],
"fluid": true,
"functionDefaultTimeout": 123,
"functionDefaultMemoryType": "standard_legacy",
"functionZeroConfigFailover": true,
"elasticConcurrencyEnabled": true,
"buildMachineType": "enhanced",
"isNSNBDisabled": true
},
"analytics": {
"id": "<string>",
"disabledAt": 123,
"enabledAt": 123,
"canceledAt": 123,
"paidAt": 123,
"sampleRatePercent": 123,
"spendLimitInDollars": 123
},
"speedInsights": {
"id": "<string>",
"enabledAt": 123,
"disabledAt": 123,
"canceledAt": 123,
"hasData": true,
"paidAt": 123
},
"autoExposeSystemEnvs": true,
"autoAssignCustomDomains": true,
"autoAssignCustomDomainsUpdatedBy": "<string>",
"buildCommand": "<string>",
"commandForIgnoringBuildStep": "<string>",
"connectConfigurations": [
{
"envId": "<string>",
"connectConfigurationId": "<string>",
"passive": true,
"buildsEnabled": true,
"createdAt": 123,
"updatedAt": 123,
"dc": "<string>",
"aws": {
"subnetIds": [
"<string>"
],
"securityGroupId": "<string>"
}
}
],
"connectConfigurationId": "<string>",
"connectBuildsEnabled": true,
"passiveConnectConfigurationId": "<string>",
"createdAt": 123,
"customerSupportCodeVisibility": true,
"crons": {
"enabledAt": 123,
"disabledAt": 123,
"updatedAt": 123,
"deploymentId": "<string>",
"definitions": [
{
"host": "vercel.com",
"path": "/api/crons/sync-something?hello=world",
"schedule": "0 0 * * *"
}
]
},
"dataCache": {
"userDisabled": true,
"storageSizeBytes": 123,
"unlimited": true
},
"deploymentExpiration": {
"expirationDays": 123,
"expirationDaysProduction": 123,
"expirationDaysCanceled": 123,
"expirationDaysErrored": 123,
"deploymentsToKeep": 123
},
"devCommand": "<string>",
"installCommand": "<string>",
"env": [
{
"type": "system",
"value": "<string>",
"key": "<string>",
"target": [
"production"
],
"sunsetSecretId": "<string>",
"decrypted": true,
"vsmValue": "<string>",
"id": "<string>",
"configurationId": "<string>",
"createdAt": 123,
"updatedAt": 123,
"createdBy": "<string>",
"updatedBy": "<string>",
"gitBranch": "<string>",
"edgeConfigId": "<string>",
"edgeConfigTokenId": "<string>",
"contentHint": {
"type": "redis-url",
"storeId": "<string>"
},
"internalContentHint": {
"type": "flags-secret",
"encryptedValue": "<string>"
},
"comment": "<string>",
"customEnvironmentIds": [
"<string>"
]
}
],
"customEnvironments": [
{
"id": "<string>",
"slug": "<string>",
"type": "preview",
"createdAt": 123,
"updatedAt": 123,
"description": "<string>",
"branchMatcher": {
"type": "endsWith",
"pattern": "<string>"
},
"domains": [
{
"name": "<string>",
"apexName": "<string>",
"projectId": "<string>",
"verified": true,
"redirect": "<string>",
"redirectStatusCode": 307,
"gitBranch": "<string>",
"customEnvironmentId": "<string>",
"updatedAt": 123,
"createdAt": 123,
"verification": [
{
"type": "<string>",
"domain": "<string>",
"value": "<string>",
"reason": "<string>"
}
]
}
],
"currentDeploymentAliases": [
"<string>"
]
}
],
"framework": "blitzjs",
"gitForkProtection": true,
"gitLFS": true,
"ipBuckets": [
{
"bucket": "<string>",
"supportUntil": 123
}
],
"latestDeployments": [
{
"id": "<string>",
"createdAt": 123,
"createdIn": "<string>",
"creator": {
"email": "<string>",
"uid": "<string>",
"username": "<string>",
"githubLogin": "<string>",
"gitlabLogin": "<string>"
},
"deploymentHostname": "<string>",
"name": "<string>",
"plan": "pro",
"private": true,
"readyState": "BUILDING",
"type": "LAMBDAS",
"url": "<string>",
"userId": "<string>",
"alias": [
"<string>"
],
"aliasAssigned": 123,
"aliasError": {
"code": "<string>",
"message": "<string>"
},
"aliasFinal": "<string>",
"automaticAliases": [
"<string>"
],
"branchMatcher": {
"type": "endsWith",
"pattern": "<string>"
},
"buildingAt": 123,
"builds": [
{
"use": "<string>",
"src": "<string>",
"dest": "<string>"
}
],
"checksConclusion": "succeeded",
"checksState": "registered",
"connectBuildsEnabled": true,
"connectConfigurationId": "<string>",
"deletedAt": 123,
"forced": true,
"meta": {},
"monorepoManager": "<string>",
"oidcTokenClaims": {
"iss": "<string>",
"sub": "<string>",
"scope": "<string>",
"aud": "<string>",
"owner": "<string>",
"owner_id": "<string>",
"project": "<string>",
"project_id": "<string>",
"environment": "<string>",
"plan": "<string>"
},
"previewCommentsEnabled": false,
"readyAt": 123,
"readySubstate": "STAGED",
"requestedAt": 123,
"target": "<string>",
"teamId": "<string>",
"withCache": true
}
],
"link": {
"org": "<string>",
"type": "github",
"deployHooks": [
{
"id": "<string>",
"name": "<string>",
"ref": "<string>",
"url": "<string>",
"createdAt": 123
}
],
"gitCredentialId": "<string>",
"productionBranch": "<string>",
"repoOwnerId": 123,
"repo": "<string>",
"repoId": 123,
"createdAt": 123,
"updatedAt": 123,
"sourceless": true
},
"microfrontends": {
"isDefaultApp": true,
"updatedAt": 123,
"groupIds": [
"<string>"
],
"enabled": true,
"defaultRoute": "<string>",
"freeProjectForLegacyLimits": true
},
"optionsAllowlist": {
"paths": [
{
"value": "<string>"
}
]
},
"outputDirectory": "<string>",
"passwordProtection": {},
"productionDeploymentsFastLane": true,
"publicSource": true,
"rollbackDescription": {
"userId": "<string>",
"username": "<string>",
"description": "<string>",
"createdAt": 123
},
"rollingRelease": {
"target": "production",
"stages": [
{
"targetPercentage": 25,
"requireApproval": false,
"duration": 600,
"linearShift": false
}
],
"canaryResponseHeader": false
},
"rootDirectory": "<string>",
"serverlessFunctionZeroConfigFailover": true,
"skewProtectionBoundaryAt": 123,
"skewProtectionMaxAge": 123,
"skipGitConnectDuringLink": true,
"staticIps": {
"builds": true,
"enabled": true,
"regions": [
"<string>"
]
},
"sourceFilesOutsideRootDirectory": true,
"enableAffectedProjectsDeployments": true,
"ssoProtection": {
"deploymentType": "preview"
},
"targets": {},
"transferCompletedAt": 123,
"transferStartedAt": 123,
"transferToAccountId": "<string>",
"transferredFromAccountId": "<string>",
"updatedAt": 123,
"live": true,
"enablePreviewFeedback": true,
"enableProductionFeedback": true,
"permissions": {
"oauth2Connection": [
"create"
],
"user": [
"create"
],
"userConnection": [
"create"
],
"userSudo": [
"create"
],
"webAuthn": [
"create"
],
"accessGroup": [
"create"
],
"agent": [
"create"
],
"alerts": [
"create"
],
"alertRules": [
"create"
],
"aliasGlobal": [
"create"
],
"analyticsSampling": [
"create"
],
"analyticsUsage": [
"create"
],
"apiKey": [
"create"
],
"apiKeyAiGateway": [
"create"
],
"apiKeyOwnedBySelf": [
"create"
],
"oauth2Application": [
"create"
],
"vercelAppInstallation": [
"create"
],
"vercelAppInstallationRequest": [
"create"
],
"auditLog": [
"create"
],
"billingAddress": [
"create"
],
"billingInformation": [
"create"
],
"billingInvoice": [
"create"
],
"billingInvoiceEmailRecipient": [
"create"
],
"billingInvoiceLanguage": [
"create"
],
"billingPlan": [
"create"
],
"billingPurchaseOrder": [
"create"
],
"billingRefund": [
"create"
],
"billingTaxId": [
"create"
],
"blob": [
"create"
],
"blobStoreTokenSet": [
"create"
],
"budget": [
"create"
],
"cacheArtifact": [
"create"
],
"cacheArtifactUsageEvent": [
"create"
],
"codeChecks": [
"create"
],
"concurrentBuilds": [
"create"
],
"connect": [
"create"
],
"connectConfiguration": [
"create"
],
"dataCacheBillingSettings": [
"create"
],
"defaultDeploymentProtection": [
"create"
],
"domain": [
"create"
],
"domainAcceptDelegation": [
"create"
],
"domainAuthCodes": [
"create"
],
"domainCertificate": [
"create"
],
"domainCheckConfig": [
"create"
],
"domainMove": [
"create"
],
"domainPurchase": [
"create"
],
"domainRecord": [
"create"
],
"domainTransferIn": [
"create"
],
"drain": [
"create"
],
"edgeConfig": [
"create"
],
"edgeConfigItem": [
"create"
],
"edgeConfigSchema": [
"create"
],
"edgeConfigToken": [
"create"
],
"endpointVerification": [
"create"
],
"event": [
"create"
],
"fileUpload": [
"create"
],
"flagsExplorerSubscription": [
"create"
],
"gitRepository": [
"create"
],
"imageOptimizationNewPrice": [
"create"
],
"integration": [
"create"
],
"integrationAccount": [
"create"
],
"integrationConfiguration": [
"create"
],
"integrationConfigurationProjects": [
"create"
],
"integrationConfigurationRole": [
"create"
],
"integrationConfigurationTransfer": [
"create"
],
"integrationDeploymentAction": [
"create"
],
"integrationEvent": [
"create"
],
"integrationLog": [
"create"
],
"integrationResource": [
"create"
],
"integrationResourceReplCommand": [
"create"
],
"integrationResourceSecrets": [
"create"
],
"integrationSSOSession": [
"create"
],
"integrationStoreTokenSet": [
"create"
],
"integrationVercelConfigurationOverride": [
"create"
],
"integrationPullRequest": [
"create"
],
"ipBlocking": [
"create"
],
"jobGlobal": [
"create"
],
"logDrain": [
"create"
],
"marketplaceBillingData": [
"create"
],
"marketplaceExperimentationEdgeConfigData": [
"create"
],
"marketplaceExperimentationItem": [
"create"
],
"marketplaceInstallationMember": [
"create"
],
"marketplaceInvoice": [
"create"
],
"marketplaceSettings": [
"create"
],
"Monitoring": [
"create"
],
"monitoringAlert": [
"create"
],
"monitoringChart": [
"create"
],
"monitoringQuery": [
"create"
],
"monitoringSettings": [
"create"
],
"notificationCustomerBudget": [
"create"
],
"notificationDeploymentFailed": [
"create"
],
"notificationDomainConfiguration": [
"create"
],
"notificationDomainExpire": [
"create"
],
"notificationDomainMoved": [
"create"
],
"notificationDomainPurchase": [
"create"
],
"notificationDomainRenewal": [
"create"
],
"notificationDomainTransfer": [
"create"
],
"notificationDomainUnverified": [
"create"
],
"NotificationMonitoringAlert": [
"create"
],
"notificationPaymentFailed": [
"create"
],
"notificationPreferences": [
"create"
],
"notificationStatementOfReasons": [
"create"
],
"notificationUsageAlert": [
"create"
],
"observabilityConfiguration": [
"create"
],
"observabilityFunnel": [
"create"
],
"observabilityNotebook": [
"create"
],
"openTelemetryEndpoint": [
"create"
],
"ownEvent": [
"create"
],
"organizationDomain": [
"create"
],
"passwordProtectionInvoiceItem": [
"create"
],
"paymentMethod": [
"create"
],
"permissions": [
"create"
],
"postgres": [
"create"
],
"postgresStoreTokenSet": [
"create"
],
"previewDeploymentSuffix": [
"create"
],
"projectTransferIn": [
"create"
],
"proTrialOnboarding": [
"create"
],
"rateLimit": [
"create"
],
"redis": [
"create"
],
"redisStoreTokenSet": [
"create"
],
"remoteCaching": [
"create"
],
"repository": [
"create"
],
"samlConfig": [
"create"
],
"secret": [
"create"
],
"securityPlusConfiguration": [
"create"
],
"sensitiveEnvironmentVariablePolicy": [
"create"
],
"sharedEnvVars": [
"create"
],
"sharedEnvVarsProduction": [
"create"
],
"space": [
"create"
],
"spaceRun": [
"create"
],
"storeTransfer": [
"create"
],
"supportCase": [
"create"
],
"supportCaseComment": [
"create"
],
"team": [
"create"
],
"teamAccessRequest": [
"create"
],
"teamFellowMembership": [
"create"
],
"teamGitExclusivity": [
"create"
],
"teamInvite": [
"create"
],
"teamInviteCode": [
"create"
],
"teamJoin": [
"create"
],
"teamMemberMfaStatus": [
"create"
],
"teamMicrofrontends": [
"create"
],
"teamOwnMembership": [
"create"
],
"teamOwnMembershipDisconnectSAML": [
"create"
],
"token": [
"create"
],
"usage": [
"create"
],
"usageCycle": [
"create"
],
"vercelRun": [
"create"
],
"vercelRunExec": [
"create"
],
"vpcPeeringConnection": [
"create"
],
"webAnalyticsPlan": [
"create"
],
"webhook": [
"create"
],
"webhook-event": [
"create"
],
"aliasProject": [
"create"
],
"aliasProtectionBypass": [
"create"
],
"buildMachine": [
"create"
],
"connectConfigurationLink": [
"create"
],
"dataCacheNamespace": [
"create"
],
"deployment": [
"create"
],
"deploymentBuildLogs": [
"create"
],
"deploymentCheck": [
"create"
],
"deploymentCheckPreview": [
"create"
],
"deploymentCheckReRunFromProductionBranch": [
"create"
],
"deploymentProductionGit": [
"create"
],
"deploymentV0": [
"create"
],
"deploymentPreview": [
"create"
],
"deploymentPrivate": [
"create"
],
"deploymentPromote": [
"create"
],
"deploymentRollback": [
"create"
],
"edgeCacheNamespace": [
"create"
],
"environments": [
"create"
],
"job": [
"create"
],
"logs": [
"create"
],
"logsPreset": [
"create"
],
"observabilityData": [
"create"
],
"onDemandBuild": [
"create"
],
"onDemandConcurrency": [
"create"
],
"optionsAllowlist": [
"create"
],
"passwordProtection": [
"create"
],
"productionAliasProtectionBypass": [
"create"
],
"project": [
"create"
],
"projectAccessGroup": [
"create"
],
"projectAnalyticsSampling": [
"create"
],
"projectAnalyticsUsage": [
"create"
],
"projectCheck": [
"create"
],
"projectCheckRun": [
"create"
],
"projectDeploymentExpiration": [
"create"
],
"projectDeploymentHook": [
"create"
],
"projectDomain": [
"create"
],
"projectDomainCheckConfig": [
"create"
],
"projectDomainMove": [
"create"
],
"projectEnvVars": [
"create"
],
"projectEnvVarsProduction": [
"create"
],
"projectEnvVarsUnownedByIntegration": [
"create"
],
"projectFlags": [
"create"
],
"projectFlagsProduction": [
"create"
],
"projectFromV0": [
"create"
],
"projectId": [
"create"
],
"projectIntegrationConfiguration": [
"create"
],
"projectLink": [
"create"
],
"projectMember": [
"create"
],
"projectMonitoring": [
"create"
],
"projectOIDCToken": [
"create"
],
"projectPermissions": [
"create"
],
"projectProductionBranch": [
"create"
],
"projectProtectionBypass": [
"create"
],
"projectRollingRelease": [
"create"
],
"projectSupportCase": [
"create"
],
"projectSupportCaseComment": [
"create"
],
"projectTier": [
"create"
],
"projectTransfer": [
"create"
],
"projectTransferOut": [
"create"
],
"projectUsage": [
"create"
],
"seawallConfig": [
"create"
],
"sharedEnvVarConnection": [
"create"
],
"skewProtection": [
"create"
],
"analytics": [
"create"
],
"trustedIps": [
"create"
],
"v0Chat": [
"create"
],
"webAnalytics": [
"create"
]
},
"lastRollbackTarget": {},
"lastAliasRequest": {
"fromDeploymentId": "<string>",
"toDeploymentId": "<string>",
"jobStatus": "succeeded",
"requestedAt": 123,
"type": "promote",
"fromRollingReleaseId": "<string>"
},
"protectionBypass": {},
"hasActiveBranches": true,
"trustedIps": {
"deploymentType": "preview",
"addresses": [
{
"value": "<string>",
"note": "<string>"
}
],
"protectionMode": "additional"
},
"gitComments": {
"onPullRequest": true,
"onCommit": true
},
"gitProviderOptions": {
"createDeployments": "enabled",
"disableRepositoryDispatchEvents": true,
"requireVerifiedCommits": true
},
"paused": true,
"concurrencyBucketName": "<string>",
"webAnalytics": {
"id": "<string>",
"disabledAt": 123,
"canceledAt": 123,
"enabledAt": 123,
"hasData": true
},
"security": {
"attackModeEnabled": true,
"attackModeUpdatedAt": 123,
"firewallEnabled": true,
"firewallUpdatedAt": 123,
"attackModeActiveUntil": 123,
"firewallConfigVersion": 123,
"firewallSeawallEnabled": true,
"ja3Enabled": true,
"ja4Enabled": true,
"firewallBypassIps": [
"<string>"
],
"managedRules": {
"bot_filter": {
"active": true,
"action": "log"
},
"ai_bots": {
"active": true,
"action": "log"
},
"owasp": {
"active": true,
"action": "log"
}
},
"botIdEnabled": true
},
"oidcTokenConfig": {
"enabled": true,
"issuerMode": "team"
},
"tier": "standard",
"features": {
"webAnalytics": true
},
"v0": true,
"abuse": {
"history": [
{
"scanner": "<string>",
"reason": "<string>",
"by": "<string>",
"byId": "<string>",
"at": 123
}
],
"updatedAt": 123,
"scanner": "<string>",
"block": {
"action": "blocked",
"reason": "<string>",
"statusCode": 123,
"createdAt": 123,
"caseId": "<string>",
"actor": "<string>",
"comment": "<string>",
"isCascading": true
},
"blockHistory": [
{
"action": "blocked",
"reason": "<string>",
"statusCode": 123,
"createdAt": 123,
"caseId": "<string>",
"actor": "<string>",
"comment": "<string>",
"isCascading": true
}
],
"interstitial": true
},
"internalRoutes": [
{
"src": "<string>",
"status": 123
}
],
"hasDeployments": true,
"dismissedToasts": [
{
"key": "<string>",
"dismissedAt": 123,
"action": "cancel",
"value": "<string>"
}
]
}
],
"pagination": {
"count": 20,
"next": "JBSWY3DPEHPK3PXP"
}
}Default authentication mechanism
Query only projects updated after the given timestamp or continuation token.
Specifies whether PRs from Git forks should require a team member's authorization before it can be deployed
1, 0 "1"
Limit the number of projects returned
Search projects by the name field
100Filter results by repo. Also used for project count
Filter results by Repository ID.
Filter results by Repository URL.
"https://github.com/vercel/next.js"
Filter results by excluding those projects that belong to a repo
Filter results by connected Edge Config ID
Filter results by connected Edge Config Token ID
Filter results by projects with elastic concurrency enabled
1, 0 "1"
Filter results by projects with Static IPs enabled
0, 1 "1"
Filter results by build machine types. Accepts comma-separated values. Use "default" for projects without a build machine type set.
"default,enhanced"
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
The paginated list of projects
The paginated list of projects
Show child attributes
24.x, 22.x, 20.x, 18.x, 16.x, 14.x, 12.x, 10.x, 8.10.x Show child attributes
standard_legacy, standard, performance enhanced, turbo Show child attributes
standard_legacy, standard, performance enhanced, turbo Show child attributes
Show child attributes
Show child attributes
The time the feature was enabled for this project. Note: It enables automatically with the first Deployment that outputs cronjobs.
The time the feature was disabled for this project.
The ID of the Deployment from which the definitions originated.
Show child attributes
The hostname that should be used.
"vercel.com"
The path that should be called for the cronjob.
"/api/crons/sync-something?hello=world"
The cron expression.
"0 0 * * *"
Retention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects.
Show child attributes
Number of days to keep non-production deployments (mostly preview deployments) before soft deletion.
Number of days to keep production deployments before soft deletion.
Number of days to keep canceled deployments before soft deletion.
Number of days to keep errored deployments before soft deletion.
Minimum number of production deployments to keep for this project, even if they are over the production expiration limit.
Show child attributes
system, encrypted, plain, sensitive, secret production, preview, development, preview, development This is used to identiy variables that have been migrated from type secret to sensitive.
Similar to contentHints, but should not be exposed to the user.
Show child attributes
Unique identifier for the custom environment (format: env_*)
URL-friendly name of the environment
The type of environment (production, preview, or development)
preview, production, development Timestamp when the environment was created
Timestamp when the environment was last updated
Optional description of the environment's purpose
Configuration for matching git branches to this environment
List of domains associated with this environment
Show child attributes
true if the domain is verified for use with the project. If false it will not be used as an alias on this project until the challenge in verification is completed.
307, 301, 302, 308 A list of verification challenges, one of which must be completed to verify the domain for use on the project. After the challenge is complete POST /projects/:idOrName/domains/:domain/verify to verify the domain. Possible challenges: - If verification.type = TXT the verification.domain will be checked for a TXT record matching verification.value.
List of aliases for the current deployment
blitzjs, nextjs, gatsby, remix, react-router, astro, hexo, eleventy, docusaurus-2, docusaurus, preact, solidstart-1, solidstart, dojo, ember, vue, scully, ionic-angular, angular, polymer, svelte, sveltekit, sveltekit-1, ionic-react, create-react-app, gridsome, umijs, sapper, saber, stencil, nuxtjs, redwoodjs, hugo, jekyll, brunch, middleman, zola, hydrogen, vite, tanstack-start, vitepress, vuepress, parcel, fastapi, flask, fasthtml, sanity-v3, sanity, storybook, nitro, hono, express, h3, nestjs, elysia, fastify, xmcp Show child attributes
pro, enterprise, hobby BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED LAMBDAS succeeded, failed, skipped, canceled registered, running, completed Show child attributes
Whether or not preview comments are enabled for the deployment
false
STAGED, ROLLING, PROMOTED Show child attributes
github A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
Show child attributes
Timestamp when the microfrontends settings were last updated.
The group IDs of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
2 elementsWhether microfrontends are enabled for this project.
A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. /docs
Whether the project was part of the legacy limits for hobby and pro-trial before billing was added. This field is only set when the team is upgraded to a paid plan and we are backfilling the subscription status. We cap the subscription to 2 projects and set this field for the 3rd project. When this field is set, the project is not charged for and we do not call any billing APIs for this project.
Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback.
Show child attributes
The user who rolled back the project.
The username of the user who rolled back the project.
User-supplied explanation of why they rolled back the project. Limited to 250 characters.
Timestamp of when the rollback was requested.
Project-level rolling release configuration that defines how deployments should be gradually rolled out
Show child attributes
The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments.
"production"
An array of all the stages required during a deployment release. Each stage defines a target percentage and advancement rules. The final stage must always have targetPercentage: 100.
Show child attributes
The percentage of traffic to serve to the canary deployment (0-100)
25
Whether or not this stage requires manual approval to proceed
false
Duration in minutes for automatic advancement to the next stage
600
Whether to linearly shift traffic over the duration of this stage
false
Whether the request served by a canary deployment should return a header indicating a canary was served. Defaults to false when omitted.
false
Show child attributes
Show child attributes
pro, enterprise, hobby BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED LAMBDAS succeeded, failed, skipped, canceled registered, running, completed Show child attributes
Whether or not preview comments are enabled for the deployment
false
STAGED, ROLLING, PROMOTED Show child attributes
Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Enum containing the actions that can be performed against a resource. Group operations are included.
create, delete, read, update, list Show child attributes
succeeded, failed, skipped, pending, in-progress promote, rollback If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release.
Show child attributes
Show child attributes
integration-automation-bypass Show child attributes
preview, production, all, prod_deployment_urls_and_all_previews, all_except_custom_domains additional, exclusive Show child attributes
Whether the Vercel bot should automatically create GitHub deployments https://docs.github.com/en/rest/deployments/deployments#about-deployments NOTE: repository-dispatch events should be used instead
enabled, disabled Whether the Vercel bot should not automatically create GitHub repository-dispatch events on deployment events. https://vercel.com/docs/git/vercel-for-github#repository-dispatch-events
Whether the project requires commits to be signed before deployments will be created.
Show child attributes
Show child attributes
standard, advanced, critical Show child attributes
Show child attributes
blocked Show child attributes
blocked This object contains information related to the pagination of the current request using continuation tokens. Since CosmosDB doesn't support going to previous pages, only count and next are provided.