Get Flow Message Relationships Action

GET {{baseUrl}}/api/flow-messages/:id/relationships/flow-action/

Get the relationship for a flow message's flow action, given the flow ID.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes: flows:read

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{"data":[{"type":"flow-action","id":"\u003cstring\u003e"},{"type":"flow-action","id":"\u003cstring\u003e"}]}