# Poll or retrieve pump status **GET /2026-2/pollings/{pollingId}/pump-status** Returns the current pump status immediately, or long-polls until the status changes if a known status is provided. ## Servers - PACE Fueling Service: https://api.pace.cloud/fueling (PACE Fueling Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Path parameters - **pollingId** (string(uuid)) The unique identifier of the polling task. ### Query parameters - **status** (string) If set, waits for status to change. Otherwise returns current status. ## Responses ### 200 The current status of the pump. #### Body: application/json (object) - **data** (object) The current status of the pump. ### 400 The request parameters are invalid or missing ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 404 The polling task was not found [Powered by Bump.sh](https://bump.sh)