API Reference
Get brief pipeline progress
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-briefs/string/progress"{ "briefId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "status": "running", "currentStep": 5, "totalSteps": 14, "currentStepName": "scrape_results", "progress": 36, "errorMessage": "SERP provider returned no results"}