Functions
List Functions
List existing functions with the most recent revision in the current project
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter functions by name
Examples:
"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
Examples:
"name"
"-name"
"created"
"-created"
The offset of the page of functions to return when paginating
Required range:
x >= 0
The number of functions to return per page when paginating
Required range:
1 <= x <= 100
Response
200
application/json
Successful Response
The response is of type object
.