Get a list of relationships.Ask AIget http://localhost/api/v1/relationshipsRequired permissions read entities Query Paramslimitint32≥ 1Maximum number of items to be returnedoffsetint32≥ 0Return results starting from the specified (zero-based) indexsortstringComma-separated list of fields to sort on. Prefix a field with the minus "-" sign if you intend to apply descending sorting to itdatabooleanSet this parameter to false if you want to only retrieve the number of objects matching the querytruefalseattributesstringComma-separated list of attributes to be returned. Nested attributes are separated by dots - e.g. data.titlefilter[key]stringFilter by EIQ JSON relation type.filter[subtype]stringFilter by EIQ JSON relation subtype (e.g. stix_update_of).filter[id]stringFilter by relation STIX IDfilter[data.source]stringFilter by source entity internal or STIX IDfilter[data.target]stringFilter by target entity internal or STIX IDResponses 200The requested object(s) 401Unauthorized request 403Missing permissionsUpdated 11 months ago