Retrieve detailed information about a specific flow.
By default returns: id, name, status, categories, validation_errors.
Use fields parameter to request additional information like preview URLs, health status, metrics, etc.
Proxy endpoint: Proxies directly to Meta Graph API.
Project API key for authentication. This is the recommended authentication method.
Get your API key from the Kapso dashboard under Project Settings > API Keys.
Flow ID
Comma-separated list of fields to retrieve.
Available fields: id, name, status, categories, validation_errors, json_version, data_api_version, endpoint_uri, preview, whatsapp_business_account, application, health_status
Preview can be invalidated: preview.invalidate(true)
Metrics: metric.name(ENDPOINT_REQUEST_COUNT).granularity(DAY).since(2024-01-28).until(2024-01-30)
Required when accessing flow by ID (unless business_account_id provided)
Required when accessing flow by ID (unless phone_number_id provided)
Flow details retrieved successfully