Inspect prepared Mind briefs between ideas and generated drafts.
Get a Mind brief
/organizations/{id}/projects/{projectId}/mind/briefs/{briefId}Returns full details of a Mind brief, including stream selection, discovery, plan, design, audit, retry history, and draft prompt/spec artifacts.
curl -X GET "https://api.giantcontext.com/organizations/id_uuid/projects/projectId_uuid/mind/briefs/briefId_uuid" \ -H "Authorization: Bearer $API_KEY"List Mind briefs for a project
/organizations/{id}/projects/{projectId}/mind/briefsReturns a paginated list of Mind briefs for the project. Briefs are the prepared bridge between ideas and generated drafts, including stream, planning, audit, and draft prompt artifacts.
curl -X GET "https://api.giantcontext.com/organizations/id_uuid/projects/projectId_uuid/mind/briefs" \ -H "Authorization: Bearer $API_KEY"