Get function details
Admin
Get function details
Get a specific function including its code
GET
Get function details
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Function slug identifier
Pattern:
^[a-zA-Z0-9_-]+$Response
Function details with code
Unique identifier for the function
URL-friendly identifier
Example:
"hello-world"
Display name for the function
Example:
"Hello World Function"
Current status of the function
Available options:
draft, active, error When the function was created
When the function was last updated
The function's JavaScript/TypeScript code
Description of what the function does
When the function was last deployed (null if never deployed)