# List libraries bound to a workspace Returns all libraries bound to the specified workspace with their binding information. Endpoint: GET /accounts/{accountId}/workspaces/{workspaceId}/libraries Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" - `workspaceId` (string, required) Short workspace ID with sws- prefix Example: "sws-x9p3q7r5" ## Response 200 fields (application/json): - `id` (string, required) Example: "123e4567-e89b-12d3-a456-426614174001" - `name` (string, required) Example: "Research Library" - `rootUrl` (string, required) Example: "https://library.example.com" - `urlFilter` (string,null) Regular expression to filter URLs when building the library. If not provided, uses rootUrl as prefix Example: "https://library\\.example\\.com/docs/.*" - `accountId` (string, required) Example: "scd-k2j8n4m1" - `createdAt` (string, required) Example: "2024-01-15T10:30:00Z" - `updatedAt` (string,null, required) Example: "2024-01-15T14:30:00Z" - `binding` (object, required) Binding properties for this library in this workspace - `binding.createdAt` (string, required) When this library was bound to the workspace Example: "2024-01-15T10:30:00Z" ## Response 401 fields ## Response 404 fields