# getEntitlementByActivationId **Type:** GraphQL queries **Description:** Fetches an Entitlement associated to the given Activation ID ## Arguments - activationId (String) ## Response **Type:** Entitlement **Description:** Represents the entitlement entity. ### Fields - createdOn (String): Represents the date and time when the entitlement was created. - description (String): Human readable description of the entitlement. - entitlementId (String): Represents a high-level entitlement entity. - shipToAddress (String): Represents the shipping address associated with the entitlement. - shipToEmail (String): Email address associated with shipment contact. - status (State): status could be one of the following values: ACTIVE, INACTIVE, DRAFT, DEPLOYED, OBSOLETED - updatedOn (String): Represents the date and time when the entitlement was last updated.