Get
Specify at most one of (branch, commit). If neither is specified, branch = “main” is the default.
Path parameters
rid
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
branch
commit
40 hex character unique identifier.
Response
This endpoint returns an object.
rid
metadata
commit
functions
A list of functions that are available to be used by checks in this checklist.
checks
checklistVariables
Variables that can be used in checks and functions. Variables are resolved in order of declaration.
If variable a
depends on variable b
, then b
must be defined before a
in the list.