v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431213151.3 KB

Retrieves the metadata and status of a WhatsApp Flow, including validation errors, preview information, and health status.

get/v1/whatsapp/flow#id&flowId

Query parameters

idstring required

The ID of the WhatsApp Business Account associated with this Flow.

flowIdstring required

The unique identifier of the Flow to retrieve.

Response

Success

flowIdstring required

The unique identifier of the Flow.

flowNamestring required

The name of the Flow.

flowStatusstring required

The lifecycle status of the Flow. Valid values are DRAFT, PUBLISHED, DEPRECATED, BLOCKED, and THROTTLED.

categoriesMetaFlowCategory[]

The categories that classify the business purpose of the Flow.

validationErrorsMetaFlowValidationError[]

A list of validation errors from Meta, if any.

jsonVersionstring

The version of the Flow JSON schema used by this Flow (for example, 7.3).

dataApiVersionstring

The data API version for data exchange endpoint Flows.

endpointUristring

The endpoint URI for data exchange Flows, if configured.