# Run an immediate FHIR indexing job for the site assistant Endpoint: POST /site/{siteId}/assistant/{siteAssistantId}/index-fhir/run Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) - `siteAssistantId` (number, required) ## Header parameters: - `x-internal-token` (string, required) ## Request fields (application/json): - `cronExpression` (string) Cron expression for running the indexing workflow Example: "0 6 * * *" - `resourceTypes` (array) Optional list of FHIR resource types to export and index ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401 ## Response 200 fields ## Response 400 fields