info: name: Get Collection type: http seq: 3 http: method: GET url: '{{base_url}}/api/collections/{{collection_id}}' auth: inherit docs: |- ## Get Collection Retrieves detailed information about a specific collection. **Method:** GET **Endpoint:** /api/collections/{collection_id} **Authentication:** Required (Bearer token) **Path Parameters:** - `collection_id` (string): Collection ID **Response:** - Collection object with all fields including books, rules, and mappings **Status Codes:** - 200: Success - 401: Unauthorized - 404: Collection not found