v2
latestOpenAPI 3.1.02026-07-2670186350.6 KBfunctions
List Function Revisions
Get all revisions for a function with pagination.
Deprecated. Revision history is no longer a supported part of the public API; clients should always use the latest revision via the standard function endpoints. This endpoint will be removed in a future release.
Returns a single-item list containing the latest revision of the function. offset and limit are accepted for backwards compatibility but ignored.
get/functions/{function_id}/revisions
Path parameters
function_idstring uuid required
The id of the function to get revisions for
The id of the function to get revisions for
Query parameters
offsetinteger nullable
The offset of the revisions to get
The offset of the revisions to get
limitinteger nullable
The limit of the revisions to get
The limit of the revisions to get
Response
Successful Response
Example response
{
"meta": {
"total_count": 1
}
}