Polls status of a search index refresh job. Returns completion percentage and current phase. Requires GUILD_LOOKUP permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/search/refresh-status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"job_id": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
ID of the index refresh job to check
Success
Job was not found
not_found curl --request POST \
--url https://api.fluxer.app/v1/admin/search/refresh-status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"job_id": "<string>"
}
'{}