Skip to main content
Monitoring & Collection/Monitoring Cache

GetWarmupStatus

Get the current status of an ongoing or last-completed warmup cycle

GET/api/v1/monitoring/cache/warmup-status

Operation ID

GetWarmupStatus

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • status
    String

    Current status of the warmup cycle (running, completed, failed)

    Example: running

  • totalQueries
    Integer

    Total number of queries in this warmup cycle

    Example: 50

  • completed
    Integer

    Number of queries successfully completed

    Example: 30

  • failed
    Integer

    Number of queries that failed during warmup

    Example: 2

  • startTime
    String

    Start time

    Example: 2026-01-15T08:00:00Z

  • eta
    String

    Estimated time to completion (e.g. 2m30s)

    Example: 2m30s