List existing functions with the most recent revision in the current project
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter functions by name
"my-function"
"my-namespace.my-sub-function"
"my-namespace/my-sub-function"
Sort the functions by name or created_at, use '-' to sort in descending order
"name"
"-name"
"created"
"-created"
The offset of the page of functions to return when paginating
x >= 0
The number of functions to return per page when paginating
1 <= x <= 100
Successful Response
The response is of type object
.