Functions
Get function
get/v1/functions/{functionId}
Path parameters
functionIdstring required
Zavu Function ID.
Response
Function details.
Example response
{
"function": {
"id": "fn_abc123",
"slug": "order-bot",
"name": "Order Bot",
"timeoutSec": 10,
"memoryMb": 256,
"dependencies": {
"openai": "^4.20.0"
}
}
}