Functions
List Function Revisions
Get all revisions for a function with pagination
Returns a list of revisions for the function with the given function id revisions are sorted by created_at in descending order ergo the latest revision is the first one
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the function to get revisions for
Query Parameters
The offset of the revisions to get
Required range:
x >= 0
The limit of the revisions to get
Required range:
1 <= x <= 20
Response
200
application/json
Successful Response
The response is of type object
.