Get Tag Relationships Flows

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

Returns the IDs of all flows associated with the given tag.

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":"flow","id":"\u003cstring\u003e"},{"type":"flow","id":"\u003cstring\u003e"}]}