post
/api/v2/llm-mentions/refresh-fixtureRefresh local or gated live LLM Mentions intelligence.
Refreshes the project-scoped local fixture by default, or the gated live LLM Mentions provider surface when the explicit live gates and credentials are configured.
Requires bearer API key
Parameters
X-Project-Id
header
Required for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.
Schema: string
Responses
200
Successful JSON response.
application/json{
"type": "object",
"additionalProperties": false,
"properties": {
"runId": {
"type": "string",
"nullable": true
},
"rows": {
"type": "integer"
},
"sourceMode": {
"type": "string"
}
},
"required": [
"runId",
"rows",
"sourceMode"
]
}404
Error response.
application/json{
"type": "object",
"additionalProperties": true
}Try it
Send this request to the local WatchLLM REST handler. Use a key from `/workspace/api`; organization keys can include `X-Project-Id` only when the endpoint documents that header.