Get Flow Action Relationships Flow

GET {{baseUrl}}/api/flow-actions/:id/relationships/flow/

Get the flow associated with the given action 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","id":"\u003cstring\u003e"}}