# Get relationships This endpoint will return all defined relationships. Endpoint: GET /v2/relationships Version: 2 Security: bearer ## Query parameters: - `limit` (number) Number of records to return in the response - `sortBy` (array) Name of the field to sort by - `sortDirection` (string) The direction of the field sort specified by sort_by Enum: "ASC", "asc", "1", "DESC", "desc", "-1" - `next_token` (string) Token received from a previous request to obtain the next chunk of data ## Response 200 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields