# Get line items for an entitlement Endpoint: GET /v1/entitlement/{entitlementId}/line-items Version: 1.0.0_Beta ## Path parameters: - `entitlementId` (string, required) ## Query parameters: - `activationId` (string) Activation ID to filter line items - `productName` (string) Product name to filter line items - `startDate` (string) Start date to filter line items - `licenseModelName` (string) License Model Name to filter line items - `status` (string) Status to filter line items - `page` (integer) Requested page number - `limit` (integer) Number of records per page ## Response 200 fields (application/json): - `status` (string) ## Response 400 fields (application/json): - `status` (string) ## Response 500 fields (application/json): - `status` (string)