{"info":{"_postman_id":"f59b9f0c-e025-45c1-bad1-5cb13473ca54","name":"Alpha Backend Tasks","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14164448","collectionId":"f59b9f0c-e025-45c1-bad1-5cb13473ca54","publishedId":"2sBXiestyM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-11T20:42:38.000Z"},"item":[{"name":"python-service","item":[{"name":"Create Briefing","id":"22d42170-1465-4661-b600-0bca591208da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n\"companyName\": \"Luca Holdings\", \r\n\"ticker\": \"luca\", \r\n\"sector\": \"Industrial Technology\", \r\n\"analystName\": \"Jane Lorn\", \r\n\"summary\": \"Luca is benefiting from strong enterprise demand and improving operating leverage, though customer concentration remains a near term risk.\", \r\n\"recommendation\": \"Monitor for margin expansion and customer diversification before increasing exposure \", \r\n\"keyPoints\": [ \r\n\"Revenue grew 18% year-over-year in the latest quarter.\", \r\n\"Enterprise subscriptions now account for 62% of recurring revenue.\" \r\n], \r\n\"risks\": [ \r\n\"Top two customers account for 41% of total revenue.\", \r\n\"International expansion may pressure margins over the next two quarters.\" \r\n], \r\n\"metrics\": [ \r\n{ \"name\": \"Revenue Growth\", \"value\": \"18%\" }, \r\n{ \"name\": \"Operating Margin\", \"value\": \"22.4%\" }\r\n] \r\n} ","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/briefings","urlObject":{"protocol":"http","port":"8000","path":["briefings"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc7cd5fa-07ae-40ec-abf7-f04097e0a279","name":"Create Briefing sample","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n\"companyName\": \"Luca Holdings\", \r\n\"ticker\": \"luca\", \r\n\"sector\": \"Industrial Technology\", \r\n\"analystName\": \"Jane Lorn\", \r\n\"summary\": \"Luca is benefiting from strong enterprise demand and improving operating leverage, though customer concentration remains a near term risk.\", \r\n\"recommendation\": \"Monitor for margin expansion and customer diversification before increasing exposure \", \r\n\"keyPoints\": [ \r\n\"Revenue grew 18% year-over-year in the latest quarter.\", \r\n\"Enterprise subscriptions now account for 62% of recurring revenue.\" \r\n], \r\n\"risks\": [ \r\n\"Top two customers account for 41% of total revenue.\", \r\n\"International expansion may pressure margins over the next two quarters.\" \r\n], \r\n\"metrics\": [ \r\n{ \"name\": \"Revenue Growth\", \"value\": \"18%\" }, \r\n{ \"name\": \"Operating Margin\", \"value\": \"22.4%\" }\r\n] \r\n} ","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/briefings"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"date","value":"Wed, 11 Mar 2026 20:37:59 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"714"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12,\n    \"company_name\": \"Luca Holdings\",\n    \"ticker\": \"LUCA\",\n    \"sector\": \"Industrial Technology\",\n    \"analyst_name\": \"Jane Lorn\",\n    \"summary\": \"Luca is benefiting from strong enterprise demand and improving operating leverage, though customer concentration remains a near term risk.\",\n    \"recommendation\": \"Monitor for margin expansion and customer diversification before increasing exposure \",\n    \"key_points\": [\n        \"Revenue grew 18% year-over-year in the latest quarter.\",\n        \"Enterprise subscriptions now account for 62% of recurring revenue.\"\n    ],\n    \"risks\": [\n        \"Top two customers account for 41% of total revenue.\",\n        \"International expansion may pressure margins over the next two quarters.\"\n    ],\n    \"metrics\": {\n        \"Operating Margin\": \"22.4%\",\n        \"Revenue Growth\": \"18%\"\n    }\n}"}],"_postman_id":"22d42170-1465-4661-b600-0bca591208da"},{"name":"Generate Report","id":"98b16b50-7b83-49dd-a55d-0656e9e04460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/briefings/12/generate","urlObject":{"protocol":"http","port":"8000","path":["briefings","12","generate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e730580-1cae-4021-af0d-1ebbd5ae4b86","name":"Generate Report Sample","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/briefings/12/generate"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"date","value":"Wed, 11 Mar 2026 20:54:04 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"714"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12,\n    \"company_name\": \"Luca Holdings\",\n    \"ticker\": \"LUCA\",\n    \"sector\": \"Industrial Technology\",\n    \"analyst_name\": \"Jane Lorn\",\n    \"summary\": \"Luca is benefiting from strong enterprise demand and improving operating leverage, though customer concentration remains a near term risk.\",\n    \"recommendation\": \"Monitor for margin expansion and customer diversification before increasing exposure \",\n    \"key_points\": [\n        \"Revenue grew 18% year-over-year in the latest quarter.\",\n        \"Enterprise subscriptions now account for 62% of recurring revenue.\"\n    ],\n    \"risks\": [\n        \"Top two customers account for 41% of total revenue.\",\n        \"International expansion may pressure margins over the next two quarters.\"\n    ],\n    \"metrics\": {\n        \"Operating Margin\": \"22.4%\",\n        \"Revenue Growth\": \"18%\"\n    }\n}"}],"_postman_id":"98b16b50-7b83-49dd-a55d-0656e9e04460"},{"name":"View Generated Report HTML","id":"96f1e087-5c46-4d89-b58b-1b220b3647ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"130ba89f-361a-4c99-b61a-1b73900962ac","name":"View Generated Report HTML","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/briefings/12/html"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"date","value":"Wed, 11 Mar 2026 21:00:13 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"7501"},{"key":"content-type","value":"text/html; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n        <title>Briefing Report - Luca Holdings</title>\n        <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            line-height: 1.6;\n            color: #1f2937;\n            background: #f9fafb;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            background: white;\n            padding: 3rem;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n        }\n\n        .report-header {\n            border-bottom: 3px solid #3b82f6;\n            padding-bottom: 1.5rem;\n            margin-bottom: 2rem;\n        }\n\n        .report-title {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.5rem;\n        }\n\n        .report-meta {\n            display: flex;\n            gap: 2rem;\n            font-size: 0.95rem;\n            color: #6b7280;\n            flex-wrap: wrap;\n        }\n\n        .meta-item {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .meta-label {\n            font-weight: 600;\n            color: #4b5563;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .meta-value {\n            font-size: 1rem;\n            color: #1f2937;\n            margin-top: 0.25rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: #1f2937;\n            border-left: 4px solid #3b82f6;\n            padding-left: 1rem;\n            margin-bottom: 1rem;\n        }\n\n        .summary-box {\n            background: #f0f9ff;\n            border-left: 4px solid #0ea5e9;\n            padding: 1.5rem;\n            line-height: 1.8;\n            border-radius: 0 4px 4px 0;\n        }\n\n        .recommendation-box {\n            background: #f0fdf4;\n            border-left: 4px solid #10b981;\n            padding: 1.5rem;\n            line-height: 1.8;\n            border-radius: 0 4px 4px 0;\n        }\n\n        .metrics-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .metric-card {\n            background: #f3f4f6;\n            border: 1px solid #e5e7eb;\n            border-radius: 6px;\n            padding: 1.25rem;\n            text-align: center;\n        }\n\n        .metric-name {\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: #6b7280;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 0.5rem;\n        }\n\n        .metric-value {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #3b82f6;\n        }\n\n        .risk-item {\n            background: #fef2f2;\n            border-left: 3px solid #ef4444;\n            padding: 1rem 1.25rem;\n            margin-bottom: 0.75rem;\n            border-radius: 0 4px 4px 0;\n            line-height: 1.7;\n        }\n\n        .key-point-item {\n            background: #fef9c3;\n            border-left: 3px solid #eab308;\n            padding: 1rem 1.25rem;\n            margin-bottom: 0.75rem;\n            border-radius: 0 4px 4px 0;\n            line-height: 1.7;\n        }\n\n        footer {\n            margin-top: 3rem;\n            padding-top: 1.5rem;\n            border-top: 1px solid #e5e7eb;\n            font-size: 0.85rem;\n            color: #9ca3af;\n            text-align: right;\n        }\n\n        @media (max-width: 640px) {\n            .container {\n                padding: 1.5rem;\n            }\n            .report-title {\n                font-size: 1.5rem;\n            }\n            .metrics-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n    </head>\n    <body>\n        <div class=\"container\">\n            <div class=\"report-header\">\n                <h1 class=\"report-title\">Luca Holdings - Briefing Report</h1>\n                <div class=\"report-meta\">\n                    <div class=\"meta-item\">\n                        <span class=\"meta-label\">Ticker</span>\n                        <span class=\"meta-value\">LUCA</span>\n                    </div>\n                    <div class=\"meta-item\">\n                        <span class=\"meta-label\">Sector</span>\n                        <span class=\"meta-value\">Industrial Technology</span>\n                    </div>\n                    <div class=\"meta-item\">\n                        <span class=\"meta-label\">Analyst</span>\n                        <span class=\"meta-value\">Jane Lorn</span>\n                    </div>\n                    <div class=\"meta-item\">\n                        <span class=\"meta-label\">Generated</span>\n                        <span class=\"meta-value\">2026-03-11T20:54:05.159191+00:00</span>\n                    </div>\n                </div>\n            </div>\n            <div class=\"section\">\n                <h2 class=\"section-title\">Executive Summary</h2>\n                <div class=\"summary-box\">\n                Luca is benefiting from strong enterprise demand and improving operating leverage, though customer concentration remains a near term risk.\n            </div>\n            </div>\n            <div class=\"section\">\n                <h2 class=\"section-title\">Key Points</h2>\n                <div>\n                    <div class=\"key-point-item\">Revenue grew 18% year-over-year in the latest quarter.</div>\n                    <div class=\"key-point-item\">Enterprise subscriptions now account for 62% of recurring revenue.</div>\n                </div>\n            </div>\n            <div class=\"section\">\n                <h2 class=\"section-title\">Risks</h2>\n                <div>\n                    <div class=\"risk-item\">Top two customers account for 41% of total revenue.</div>\n                    <div class=\"risk-item\">International expansion may pressure margins over the next two quarters.</div>\n                </div>\n            </div>\n            <div class=\"section\">\n                <h2 class=\"section-title\">Recommendation</h2>\n                <div class=\"recommendation-box\">\n                Monitor for margin expansion and customer diversification before increasing exposure \n            </div>\n            </div>\n            <div class=\"section\">\n                <h2 class=\"section-title\">Key Metrics</h2>\n                <div class=\"metrics-grid\">\n                    <div class=\"metric-card\">\n                        <div class=\"metric-name\">Operating Margin</div>\n                        <div class=\"metric-value\">22.4%</div>\n                    </div>\n                    <div class=\"metric-card\">\n                        <div class=\"metric-name\">Revenue Growth</div>\n                        <div class=\"metric-value\">18%</div>\n                    </div>\n                </div>\n            </div>\n            <footer>\n                <p>Report ID: 12 | Generated: 2026-03-11T20:54:05.159191+00:00</p>\n            </footer>\n        </div>\n    </body>\n</html>"}],"_postman_id":"96f1e087-5c46-4d89-b58b-1b220b3647ca"},{"name":"Retrieve Briefing","id":"95f72095-5000-4572-83fb-2d3c405d197f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"5bf37148-c944-4c1e-90cc-b8b2ef8add88","name":"Retrieve Briefing","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/briefings/12"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"date","value":"Wed, 11 Mar 2026 21:03:15 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"714"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12,\n    \"company_name\": \"Luca Holdings\",\n    \"ticker\": \"LUCA\",\n    \"sector\": \"Industrial Technology\",\n    \"analyst_name\": \"Jane Lorn\",\n    \"summary\": \"Luca is benefiting from strong enterprise demand and improving operating leverage, though customer concentration remains a near term risk.\",\n    \"recommendation\": \"Monitor for margin expansion and customer diversification before increasing exposure \",\n    \"key_points\": [\n        \"Revenue grew 18% year-over-year in the latest quarter.\",\n        \"Enterprise subscriptions now account for 62% of recurring revenue.\"\n    ],\n    \"risks\": [\n        \"Top two customers account for 41% of total revenue.\",\n        \"International expansion may pressure margins over the next two quarters.\"\n    ],\n    \"metrics\": {\n        \"Operating Margin\": \"22.4%\",\n        \"Revenue Growth\": \"18%\"\n    }\n}"}],"_postman_id":"95f72095-5000-4572-83fb-2d3c405d197f"}],"id":"7730bc3c-372a-465d-afbe-3d22c383173c","_postman_id":"7730bc3c-372a-465d-afbe-3d22c383173c","description":""},{"name":"ts-service","item":[{"name":"Create Candidate","id":"01ed0f4e-c3a0-4e2d-8b0c-2f22e062e563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-user-id","value":"user123","type":"text"},{"key":"x-workspace-id","value":"workspace456","type":"text"}],"url":"http://localhost:3000/candidates","urlObject":{"protocol":"http","port":"3000","path":["candidates"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"760d5037-b0b8-4938-9029-4837ffceef02","name":"Create Candidate","originalRequest":{"method":"GET","header":[{"key":"x-user-id","value":"1","type":"text"},{"key":"x-workspace-id","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"John Doe\",\r\n    \"email\": \"john@example.com\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/candidates"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"153"},{"key":"ETag","value":"W/\"99-DLn6s0J8/QLkt5UJBiXyJCZNAqI\""},{"key":"Date","value":"Thu, 12 Mar 2026 12:54:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n        \"workspaceId\": \"1\",\n        \"fullName\": \"John Doe\",\n        \"email\": \"john@example.com\",\n        \"createdAt\": \"2026-03-12T12:44:55.472Z\"\n    }\n]"}],"_postman_id":"01ed0f4e-c3a0-4e2d-8b0c-2f22e062e563"},{"name":"Upload Document","id":"57832cb0-37d2-49c0-879c-fe5c02dc5772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c074c095-c3f1-4ee4-a6d5-04bb35306aed","name":"Upload Document","originalRequest":{"method":"POST","header":[{"key":"x-user-id","value":"57bb4093-82bd-479e-b6c1-1420ddcf45a7","type":"text"},{"key":"x-workspace-id","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documentType\": \"resume\",\r\n    \"fileName\": \"John_Doe_Resume.pdf\",\r\n    \"rawText\": \"John Doe\\nSoftware Engineer\\nEmail: john@example.com\\n\\nExperience:\\n- 5 years at Tech Corp\\n- Led team of 3 developers\\n- Built microservices architecture\\n\\nSkills:\\nJavaScript, Python, AWS, Docker, React\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/candidates/57bb4093-82bd-479e-b6c1-1420ddcf45a7/documents"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"323"},{"key":"ETag","value":"W/\"143-Nvgm4G8mbY3XAZScqRiZ7blbrEA\""},{"key":"Date","value":"Thu, 12 Mar 2026 13:15:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0a8f0e5d-2c25-47a9-8cdc-7ef53eccbe44\",\n    \"candidateId\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n    \"documentType\": \"resume\",\n    \"fileName\": \"John_Doe_Resume.pdf\",\n    \"storageKey\": \"candidates/57bb4093-82bd-479e-b6c1-1420ddcf45a7/documents/0a8f0e5d-2c25-47a9-8cdc-7ef53eccbe44/1773321324530.pdf\",\n    \"uploadedAt\": \"2026-03-12T13:15:24.544Z\"\n}"}],"_postman_id":"57832cb0-37d2-49c0-879c-fe5c02dc5772"},{"name":"Request Summary generation","id":"602eee1e-eb01-43f5-a324-b3571db721c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-user-id","value":"1","type":"text"},{"key":"x-workspace-id","value":"1","type":"text"}],"url":"http://localhost:3000/candidates/57bb4093-82bd-479e-b6c1-1420ddcf45a7/summaries/generate","urlObject":{"protocol":"http","port":"3000","path":["candidates","57bb4093-82bd-479e-b6c1-1420ddcf45a7","summaries","generate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bcbdacfc-9d1c-415b-b767-42a91fec3272","name":"Request Summary generation","originalRequest":{"method":"POST","header":[{"key":"x-user-id","value":"1","type":"text"},{"key":"x-workspace-id","value":"1","type":"text"}],"url":"http://localhost:3000/candidates/57bb4093-82bd-479e-b6c1-1420ddcf45a7/summaries/generate"},"status":"Accepted","code":202,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"341"},{"key":"ETag","value":"W/\"155-Z6Ayz2DETQVeD3wN1sjfFji9wFM\""},{"key":"Date","value":"Thu, 12 Mar 2026 13:56:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1b52ebb1-64eb-4e42-b150-7055042e01e4\",\n    \"candidateId\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n    \"status\": \"pending\",\n    \"score\": null,\n    \"strengths\": [],\n    \"concerns\": [],\n    \"summary\": null,\n    \"recommendedDecision\": null,\n    \"provider\": \"gemini-pro\",\n    \"promptVersion\": 1,\n    \"errorMessage\": null,\n    \"createdAt\": \"2026-03-12T13:56:18.953Z\",\n    \"updatedAt\": \"2026-03-12T13:56:18.953Z\"\n}"}],"_postman_id":"602eee1e-eb01-43f5-a324-b3571db721c4"},{"name":"List Candidate Summaries","id":"931e8ce9-8b4e-42ce-8c97-d06859969f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"8b41b662-019f-41b4-b755-a84c1d6fedb5","name":"List Candidate Summaries","originalRequest":{"method":"GET","header":[{"key":"x-user-id","value":"1","type":"text"},{"key":"x-workspace-id","value":"1","type":"text"}],"url":"http://localhost:3000/candidates/57bb4093-82bd-479e-b6c1-1420ddcf45a7/summaries"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3131"},{"key":"ETag","value":"W/\"c3b-KYEjzkjuQsxCO2WTD9uyEOgAeOs\""},{"key":"Date","value":"Thu, 12 Mar 2026 14:08:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1b52ebb1-64eb-4e42-b150-7055042e01e4\",\n        \"candidateId\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n        \"status\": \"completed\",\n        \"score\": 85,\n        \"strengths\": [\n            \"Demonstrated technical leadership leading a team of 3 developers\",\n            \"Proven experience with modern microservices architecture\",\n            \"Strong and highly relevant technical skill set (AWS, Docker, React, Python, JavaScript)\",\n            \"Solid 5 years of industry experience at a single company\"\n        ],\n        \"concerns\": [\n            \"Lack of quantifiable achievements or specific project impact\",\n            \"Limited detail on the scope and complexity of past projects\",\n            \"No indication of contributions beyond high-level responsibilities\"\n        ],\n        \"summary\": \"John Doe is a highly capable Software Engineer with 5 years of experience, showcasing strong technical leadership and expertise in modern microservices architecture. His robust skill set in JavaScript, Python, AWS, Docker, and React positions him as a strong candidate for challenging technical roles. While specific project details are brief, his profile indicates significant potential.\",\n        \"recommendedDecision\": \"advance\",\n        \"provider\": \"gemini-pro\",\n        \"promptVersion\": 1,\n        \"errorMessage\": null,\n        \"createdAt\": \"2026-03-12T13:56:18.953Z\",\n        \"updatedAt\": \"2026-03-12T13:56:29.133Z\"\n    },\n    {\n        \"id\": \"c3aa3c1c-0898-4799-bfe7-bf0079d89e92\",\n        \"candidateId\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n        \"status\": \"failed\",\n        \"score\": null,\n        \"strengths\": [],\n        \"concerns\": [],\n        \"summary\": null,\n        \"recommendedDecision\": null,\n        \"provider\": \"gemini-pro\",\n        \"promptVersion\": 1,\n        \"errorMessage\": \"Gemini API error: 404 - {\\n  \\\"error\\\": {\\n    \\\"code\\\": 404,\\n    \\\"message\\\": \\\"models/gemini-1.5-flash is not found for API version v1, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.\\\",\\n    \\\"status\\\": \\\"NOT_FOUND\\\"\\n  }\\n}\\n\",\n        \"createdAt\": \"2026-03-12T13:53:32.903Z\",\n        \"updatedAt\": \"2026-03-12T13:53:46.360Z\"\n    },\n    {\n        \"id\": \"a788b02d-5eed-449f-b210-d5a135e08ee7\",\n        \"candidateId\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n        \"status\": \"failed\",\n        \"score\": null,\n        \"strengths\": [],\n        \"concerns\": [],\n        \"summary\": null,\n        \"recommendedDecision\": null,\n        \"provider\": \"gemini-pro\",\n        \"promptVersion\": 1,\n        \"errorMessage\": \"Gemini API error: 404 - {\\n  \\\"error\\\": {\\n    \\\"code\\\": 404,\\n    \\\"message\\\": \\\"models/gemini-pro is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.\\\",\\n    \\\"status\\\": \\\"NOT_FOUND\\\"\\n  }\\n}\\n\",\n        \"createdAt\": \"2026-03-12T13:48:35.165Z\",\n        \"updatedAt\": \"2026-03-12T13:48:48.808Z\"\n    },\n    {\n        \"id\": \"6b9039d9-eebf-4cb4-9cae-8c830b11b27a\",\n        \"candidateId\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n        \"status\": \"failed\",\n        \"score\": null,\n        \"strengths\": [],\n        \"concerns\": [],\n        \"summary\": null,\n        \"recommendedDecision\": null,\n        \"provider\": \"gemini-pro\",\n        \"promptVersion\": 1,\n        \"errorMessage\": \"Gemini API error: 404 - {\\n  \\\"error\\\": {\\n    \\\"code\\\": 404,\\n    \\\"message\\\": \\\"models/gemini-1.5-flash is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.\\\",\\n    \\\"status\\\": \\\"NOT_FOUND\\\"\\n  }\\n}\\n\",\n        \"createdAt\": \"2026-03-12T13:31:45.120Z\",\n        \"updatedAt\": \"2026-03-12T13:31:58.947Z\"\n    }\n]"}],"_postman_id":"931e8ce9-8b4e-42ce-8c97-d06859969f6b"},{"name":"Get Summary for candidate","id":"96102f3d-5c63-45dd-9e30-ad18a9021892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"180391cc-5b7d-4b24-855f-70edd6ae052d","name":"Get Summary for candidate","originalRequest":{"method":"GET","header":[{"key":"x-user-id","value":"1","type":"text"},{"key":"x-workspace-id","value":"1","type":"text"}],"url":"http://localhost:3000/candidates/57bb4093-82bd-479e-b6c1-1420ddcf45a7/summaries/1b52ebb1-64eb-4e42-b150-7055042e01e4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1198"},{"key":"ETag","value":"W/\"4ae-6u7UzlZGD0mCI7YMTB6izP9SJiM\""},{"key":"Date","value":"Thu, 12 Mar 2026 14:11:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1b52ebb1-64eb-4e42-b150-7055042e01e4\",\n    \"candidateId\": \"57bb4093-82bd-479e-b6c1-1420ddcf45a7\",\n    \"status\": \"completed\",\n    \"score\": 85,\n    \"strengths\": [\n        \"Demonstrated technical leadership leading a team of 3 developers\",\n        \"Proven experience with modern microservices architecture\",\n        \"Strong and highly relevant technical skill set (AWS, Docker, React, Python, JavaScript)\",\n        \"Solid 5 years of industry experience at a single company\"\n    ],\n    \"concerns\": [\n        \"Lack of quantifiable achievements or specific project impact\",\n        \"Limited detail on the scope and complexity of past projects\",\n        \"No indication of contributions beyond high-level responsibilities\"\n    ],\n    \"summary\": \"John Doe is a highly capable Software Engineer with 5 years of experience, showcasing strong technical leadership and expertise in modern microservices architecture. His robust skill set in JavaScript, Python, AWS, Docker, and React positions him as a strong candidate for challenging technical roles. While specific project details are brief, his profile indicates significant potential.\",\n    \"recommendedDecision\": \"advance\",\n    \"provider\": \"gemini-pro\",\n    \"promptVersion\": 1,\n    \"errorMessage\": null,\n    \"createdAt\": \"2026-03-12T13:56:18.953Z\",\n    \"updatedAt\": \"2026-03-12T13:56:29.133Z\"\n}"}],"_postman_id":"96102f3d-5c63-45dd-9e30-ad18a9021892"}],"id":"0b1b65ad-3811-4e79-92e1-bcf11ce7bcb1","_postman_id":"0b1b65ad-3811-4e79-92e1-bcf11ce7bcb1","description":""}]}