# Get a list of provisioning details Get a list of provisioning details for existing rental product inventories Endpoint: GET /provisioning-details Version: 2.24 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `rentalProductInventoryId` (string) Filter by rental product inventory identifier Example: "0" ## Response 200 fields (application/json): - `id` (integer) Provisioning details identifier Example: 1 - `status` (string, required) Indicates the current status of the provisioned rental product inventory Enum: "INACTIVE", "ACTIVE", "ACTIVE_BUT_PORTING", "SUSPENDED", "PENDING", "PENDING_EXTENDED", "SUCCESS", "ERROR", "TERMINATED" - `smartBarStatus` (string) Indicates the current status of the provisioned rental product inventory Enum: "INACTIVE", "ACTIVE", "ACTIVE_BUT_PORTING", "SUSPENDED", "PENDING", "PENDING_EXTENDED", "SUCCESS", "ERROR", "TERMINATED" - `internationalBarStatus` (string) Indicates the current status of the provisioned rental product inventory Enum: "INACTIVE", "ACTIVE", "ACTIVE_BUT_PORTING", "SUSPENDED", "PENDING", "PENDING_EXTENDED", "SUCCESS", "ERROR", "TERMINATED" - `subscriptionId` (string) Subscription id - `rentalProductInventoryId` (integer, required) Rental product inventory identifier Example: 1 ## Response 400 fields ## Response 401 fields ## Response 403 fields