v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Function Commit

Get Lock File

GetLockFile retrieves the deno lock file for a specific commit, if it exists.

get/api/v1/functions/{function_id}/commits/{commit_id}/lockfile

Path parameters

function_idstring required

The functionId field.

commit_idstring required

The commitId field.

Response

FunctionsServiceGetLockFileResponse returns the deno lock file content for a commit.

contentstring base64

The raw content of the deno lock file (empty if not found).

existsboolean

Whether the lock file exists for this commit.