Skip to main content
POST
/
admin
/
search
/
refresh-status
Get search index refresh status
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"
}

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Body

application/json
job_id
string
required

ID of the index refresh job to check

Response

Success

status
enum<string>
required

Job was not found

Available options:
not_found