cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/functions \ --header 'Authorization: Bearer <token>'
{ "functions": [ { "id": "fn_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "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