Retrieves all entries in the location library. Location library entries are reusable physical location names (bays, labs, booths, vendor sites) that appear as dropdown options when configuring process steps in paths and templates. The list is not paginated — all entries are returned in a single response.
The duplicate check is an exact string match after trimming. "Bay 1" and "bay 1" are treated as different names.
The id is generated server-side with the lloc_ prefix followed by a unique nanoid.
Location names containing the substring "vendor" (case-insensitive) have special significance in the Parts View endpoint, where they contribute to the vendorPartsCount metric.
Creating a library entry does not automatically apply it to any existing steps. It simply makes the name available in dropdown lists.