Get flow details
Returns flow details including validation errors and preview URL fetched live from Meta.
Authentication
AuthorizationBearer
API Key in the format mk_live_<43-chars>. Obtain from the Dashboard or POST /auth/api-keys.
Path parameters
id
Unique identifier of the flow
Response
Default Response
id
Unique identifier of the flow in the Muchaw platform
developerId
ID of the developer who owns this flow
wabaId
WhatsApp Business Account ID this flow belongs to
metaFlowId
Flow ID assigned by Meta
name
Flow name
status
Current lifecycle status of the flow
Allowed values:
categories
Flow categories
jsonVersion
Version of the flow JSON spec
endpointUrl
HTTPS endpoint URL for data exchange
publicKeyConfigured
Whether a public key is configured for this flow
validationErrors
Validation errors from Meta, if any
previewUrl
Preview URL from Meta for testing the flow
createdAt
ISO 8601 datetime when the flow was created
updatedAt
ISO 8601 datetime when the flow was last updated
Errors
401
Unauthorized Error
404
Not Found Error