Deno
communitySecure JavaScript/TypeScript runtime with built-in tooling and Deno Deploy edge hosting platform.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.deno.com/v1/organizations/{orgId}/projectsList Deno Deploy projects
Parameters
limitresults (integeroptionalorgIdorganization ID (stringrequiredReturns
projects[] with id, name, productionDeployment, createdAt, updatedAtGET
https://api.deno.com/v1/projects/{projectId}Get project details
Parameters
projectIdproject ID (stringrequiredReturns
id, name, productionDeployment with id, url, createdAt, status, envVars[]GET
https://api.deno.com/v1/projects/{projectId}/deploymentsList project deployments
Parameters
limitresults (integeroptionalprojectIdproject ID (stringrequiredReturns
deployments[] with id, url, status, createdAt, relatedCommit with sha, message