post/api/v2/llm-mentions/refresh-fixture
Refresh 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 keyParameters
| Name | In | Description |
|---|---|---|
| X-Project-Id | header | Required for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.string |
Responses
200
application/jsonSuccessful JSON response.
{
"type": "object",
"additionalProperties": false,
"properties": {
"runId": {
"type": "string",
"nullable": true
},
"rows": {
"type": "integer"
},
"sourceMode": {
"type": "string"
}
},
"required": [
"runId",
"rows",
"sourceMode"
]
}404
application/jsonError response.
{
"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.