API Reference
Get reoptimization brief details
AuthorizationBearer <token>
In: header
Path Parameters
domainId*string
Domain ID
briefId*string
Brief ID
Response Body
application/json
curl -X GET "https://example.com/api/domains/string/content-studio-v2/reoptimization-briefs/string"{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "opportunityPageUrl": "https://nike.com/air-max", "status": "completed", "source": "gsc", "mode": "full", "autoMode": false, "targetKeywords": [ "best running shoes", "running shoes for flat feet" ], "language": "en", "currentStep": 8, "totalSteps": 8, "currentStepName": "generateBrief", "errorMessage": "Page crawl returned 404", "createdAt": "2026-05-25T10:30:00.000Z", "completedAt": "2026-05-25T10:35:00.000Z", "domainId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "market": "US", "topQueries": [ { "query": "best running shoes", "clicks": 320, "impressions": 12500, "ctr": 0.026, "position": 8.4 } ], "crawlOutput": { "wordCount": 1840, "title": "Nike Air Max" }, "keywordSelection": { "selected": [ "best running shoes" ] }, "seoCheck": { "titleTagOk": true, "missingH2": [ "Pricing" ] }, "paaGap": { "missingQuestions": [ "How do I pick the right size?" ] }, "informationGap": { "missingTopics": [ "Trail running" ] }, "lexicalField": { "terms": [ "cushioning", "pronation" ] }, "generatedBrief": { "outline": [ "Intro", "Finding your fit" ] }}