---
title: "GET /atlas/v2/relationship/guid/{guid}"
method: GET
path: "/atlas/v2/relationship/guid/{guid}"
---

# GET /atlas/v2/relationship/guid/{guid}

`GET /atlas/v2/relationship/guid/{guid}`

Get relationship information between entities by its GUID.

## Path parameters

- `guid` string, required

## Query parameters

- `extendedInfo` boolean

## Response `200`

The request has succeeded.

- AtlasRelationshipWithExtInfo — The relationship with extended information.
  - `referredEntities` object — The referred entity header.
  - `relationship` AtlasRelationship — Atlas relationship instance.
    - `attributes` object — The attributes of the struct.
    - `typeName` string — The name of the type.
    - `lastModifiedTS` string — ETag for concurrency control.
    - `createTime` integer — The created time of the record.
    - `createdBy` string — The user who created the record.
    - `end1` AtlasObjectId — Reference to an object-instance of a type - like entity.
      - `guid` string — The GUID of the object.
      - `typeName` string — The name of the type.
      - `uniqueAttributes` object — The unique attributes of the object.
    - `end2` AtlasObjectId — Reference to an object-instance of a type - like entity.
      - `guid` string — The GUID of the object.
      - `typeName` string — The name of the type.
      - `uniqueAttributes` object — The unique attributes of the object.
    - `guid` string — The GUID of the relationship.
    - `homeId` string — The home ID of the relationship.
    - `label` string — The label of the relationship.
    - `provenanceType` integer — Used to record the provenance of an instance of an entity or relationship
    - `status` 'ACTIVE' | 'DELETED' — Status for atlas relationship
    - `updateTime` integer — The update time of the record.
    - `updatedBy` string — The user who updated the record.
    - `version` integer — The version of the relationship.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/purview-datamap.md) · [All operations](https://skmtc.net/azure/apis/purview-datamap/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-datamap/revisions/442226cb14a9/schema)
