Functions
Retrieve function
Get complete details for a serverless function including code, configuration, deployment status, and computed URLs.
Use this endpoint to:
- Review function code before updating
- Check deployment status and version
- Get endpoint URL for external invocation
- Retrieve runtime configuration
GET
Retrieve function
Authorizations
Path Parameters
Function identifier
Response
Function details retrieved successfully
Single function response
Serverless function configuration. Functions are custom JavaScript code that runs on-demand in response to API invocations. Deploy functions to either Cloudflare Workers (global edge network) or Supabase Edge Functions (Deno runtime).
Previous
Delete functionPermanently delete a serverless function. This will also remove the function from the runtime platform and delete all associated secrets.
After deletion:
- Function will be removed from Cloudflare Workers or Supabase Edge Functions
- All function secrets are automatically deleted
- Function endpoint URL will return 404
- Function invocation records are preserved for audit history
This operation cannot be undone. Make sure to backup function code if needed before deletion.
Next
Retrieve function

