ApiMini audit
Get mini audit job status and result
Poll this endpoint to check job progress. When status is "completed", the result field contains the full report.
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
jobId*string
Job identifier returned from generate-report
Response Body
application/json
curl -X GET "https://example.com/domains/mini-audit/jobs/string"{
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "completed",
"result": {
"name": "Nike",
"websiteUrl": "https://nike.com/air-max",
"market": "US",
"projectLanguage": "en",
"metrics": {
"visibility": {
"value": 75.5
},
"sentiment": {
"value": 75.5
},
"alignment": {
"value": 75.5
}
},
"shareOfVoice": [
[
null
]
],
"topSources": [
[
null
]
],
"alignmentCitations": [
[
null
]
],
"sentimentCitations": [
[
null
]
],
"recentChats": [
[
null
]
],
"competition": [
[
null
]
],
"sentimentPros": [
"Durable construction",
"Strong brand recognition"
],
"sentimentCons": [
"Premium pricing",
"Limited width options"
],
"modelVisibility": [
[
null
]
],
"visibilityDetailedResults": [
[
null
]
]
},
"detailedResults": {
"alignment": [
[
null
]
],
"sentiment": [
[
null
]
],
"visibility": [
[
null
]
],
"competition": [
[
null
]
]
},
"errorMessage": "LLM provider request timed out",
"createdAt": "2026-05-25T10:30:00.000Z",
"updatedAt": "2026-05-25T10:32:15.000Z",
"completedAt": "2026-05-25T10:33:00.000Z"
}Empty