# View Maintenance Actions **GET /stake-pools/maintenance-actions** Returns the current status of the stake pools maintenance actions. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters ## Responses ### 200: Ok #### Body Parameters: application/json (object) - **gc_stake_pools** (object) Gives an indication if metadata GC checking for delisted pools has run and if so, when. Possible values are: - not_applicable -> we're currently not querying a SMASH server for metadata - not_started -> the GC hasn't started yet, try again in a short while - restarting -> the GC thread is currently restarting, try again in short while - has_run -> the GC has run successfully When 'status' is 'restarting' or 'has_run' then the field 'last_run' is set to the last GC time in UTC. [Powered by Bump.sh](https://bump.sh)