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
id
Response
Flow function details
accountId
Account that owns this function
createdAt
Creation timestamp
description
Description of what the function does
hasWebhookHeaders
Whether encrypted headers are configured (never exposes actual headers)
id
Unique identifier
isActive
Whether the function is active
name
Display name
paramBindings
Per-parameter source bindings keyed by flat param name. Empty object {}
means all params are LLM-extracted. See CreateFlowFunctionRequest.param_bindings.
request
Structured HTTP request shape (method, url, pathParams, queryParams, body)
slug
URL-safe slug
timeoutMs
Timeout in milliseconds
updatedAt
Last update timestamp
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error