Meta Flow Hub
Api referenceGeneratedMessages

Read one message status

GET/v1/messages/{dispatchId}

Requires the messages:read scope.

Authorization

WorkspaceApiKey
X-API-Key<token>

Workspace API key.

In: header

Path Parameters

dispatchId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/messages/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "dispatchId": "a1a7028f-f483-4bbb-b8e5-fe878bddb1ae",  "status": "queued"}