---
title: "get account abstraction indexing status"
method: GET
path: "/proxy/account-abstraction/status"
---

# get account abstraction indexing status

`GET /proxy/account-abstraction/status`

**Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information.

## Response `200`

A successful response.

- V1IndexerStatus
  - `finished_past_indexing` boolean
  - `v06` V1EntryPointIndexerStatus
    - `enabled` boolean
    - `live` boolean
    - `past_db_logs_indexing_finished` boolean
    - `past_rpc_logs_indexing_finished` boolean
  - `v07` V1EntryPointIndexerStatus
    - `enabled` boolean
    - `live` boolean
    - `past_db_logs_indexing_finished` boolean
    - `past_rpc_logs_indexing_finished` boolean

## Other responses

- `500` — unexpected error

---

[API](https://skmtc.net/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/versions/59ac5466233b/schema)
