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>"
}
'{
"status": "not_found"
}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>"
}
'{
"status": "not_found"
}