Get Flow Relationships

GET {{baseUrl}}/api/flows/:id/relationships/:related_resource/

If the related_resource is tags, returns the tag IDs of all tags associated with the given flow.

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

Scopes: Flows Read Tags Read

HEADERS

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

RESPONSES

status: OK

{"data":[{"type":"tag","id":"aliqua esse nisi"},{"type":"tag","id":"laboris ipsum occaecat Ut"}]}