list_functions
Retrieve every deployed API function for a project: route, method, runtime tier, cron schedule, and 24-hour invocation and error counts. Use after a fork, when picking up an unfamiliar project, or to verify a deploy registered expected endpoints.
Instructions
List every deployed API function for a project: route, method, runtime tier, cron schedule (if any), and 24-hour invocation and error counts.
This is the 'what routes did I ship' introspection tool. Call it after a fork, after picking up an unfamiliar project, or to verify a deploy registered the endpoints you expected. Much cheaper than reading every api/ file with read_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (e.g. proj_a8Kq7fR2xZ) |