# getLineItemsForEntitlement **Type:** GraphQL queries **Description:** Given an entitlement ID, fetch the line items associated with it. ## Arguments - activationId (String): Activation ID of the line item - entitlementId (String): Entitlement ID for which line items are to be fetched - licenseModelName (String): License model name associated with the line item. - limit (Int): limit number of records per page - page (Int): page number for pagination - productName (String): Name of the product associated with the line item - startDate (String): Start date of the line item. - status (String): Status of the line item. You can filter by the following statuses active, inactive, draft, deployed, obsoleted ## Response **Type:** LineItemListResponse **Description:** Paginated response carrying a list of line items. ### Fields - limit (Int): Represents limit per page for pagination. - lineItems (LineItem): List of line item entities. - page (Int): Represents page for pagination.