cURL
curl --request GET \ --url https://9dc2c77e6dbf.ngrok-free.app/v1/functions \ --header 'Authorization: Bearer <token>'
{ "functions": [ { "id": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11", "slug": "my-function", "name": "My Function", "description": "A function that does something useful", "createdAt": "2021-08-01T00:00:00Z", "updatedAt": "2021-08-01T00:00:00Z" } ], "totalCount": 100 }
List all serverless functions
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
Maximum number of functions to return
"20"
Number of functions to skip
"0"
List all functions
Show child attributes
Total number of functions
100