Get a flow function

GET /api/v1/flow-functions/{id}

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

idstringRequiredformat: "uuid"

Response

Flow function details
accountIdstringformat: "uuid"
Account that owns this function
createdAtdatetime
Creation timestamp
descriptionstring
Description of what the function does
hasWebhookHeadersboolean

Whether encrypted headers are configured (never exposes actual headers)

idstringformat: "uuid"
Unique identifier
isActiveboolean
Whether the function is active
namestring
Display name
paramBindingsobject

Per-parameter source bindings keyed by flat param name. Empty object {} means all params are LLM-extracted. See CreateFlowFunctionRequest.param_bindings.

requestobject

Structured HTTP request shape (method, url, pathParams, queryParams, body)

slugstring

URL-safe slug

timeoutMsinteger
Timeout in milliseconds
updatedAtdatetime
Last update timestamp

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error