---
title: "Get timestamps of the last activity of the crawlers"
method: GET
path: "/api/v1/crawlers/timestamps"
---

# Get timestamps of the last activity of the crawlers

`GET /api/v1/crawlers/timestamps`

## Query parameters

- `crawler_names` string[]

## Response `200`

Inner transaction

- object[]
  - `name` 'chain' | 'governance' | 'parameters' | 'pos' | 'rewards' | 'transactions', required
  - `timestamp` number, required
  - `last_processed_block_height` number

## Changes

- **2025-01-20** `78c98f054d28` — 1 info
  - added the optional property `items/last_processed_block_height` to the response with the `200` status
- **2025-01-16** `07c4139f302c` — 1 warning
  - removed the optional property `items/last_processed_block_height` from the response with the `200` status
- **2025-01-16** `3b2f0997da1a` — 1 info
  - added the optional property `items/last_processed_block_height` to the response with the `200` status
- **2024-12-18** `3b05a7bb0e6d` — 1 warning
  - removed the optional property `items/last_processed_block` from the response with the `200` status
- **2024-12-17** `59cf063b3582` — 1 info
  - added the optional property `items/last_processed_block` to the response with the `200` status

[Full history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/crawlers/timestamps/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/daeaaf0dd30c?raw)
