v1

latestOpenAPI 3.0.0Superhuman Developer Terms2026-08-06124404444.0 KB
Packs

get the source code for a Pack version.

Get temporary links used to download the source code for the given packId and version

get/packs/{packId}/versions/{packVersion}/sourceCode

Path parameters

packIdinteger required

ID of a Pack

packVersionstring required

Semantic version of a Pack

Response

The source code associated with the given packId/version

Example response

{
  "files": [
    {
      "filename": "main.ts",
      "url": "https://coda-us-west-2-prod-packs.s3.us-west-2.amazonaws.com/packs/123/1/main.ts"
    }
  ]
}