---
title: "Get datapipe status"
method: GET
path: "/api/v2/datapipe/status"
tags: ["Datapipe", "Community", "Enterprise"]
---

# Get datapipe status

`GET /api/v2/datapipe/status`

Gets the current status of the datapipe

## Response `200`

OK

- object
  - `data` object
    - `status` 'idle' | 'ingesting' | 'analyzing' | 'purging' | 'pruning' | 'starting' | 'optimizing'
    - `updated_at` string, date-time
    - `last_complete_analysis_at` string, date-time
    - `last_analysis_run_at` string, date-time
    - `last_complete_optimize_at` string, date-time
    - `next_scheduled_analysis_at` string, date-time — The next time a scheduled analysis will run. Note this field is Enterprise-Only.

## Other responses

- `401` — **Unauthorized** This endpoint failed an authentication requirement. Either the client tried to access a protected endpoint without being authenticated, or an auth validation failed (ex- invalid credentials or expired token).
- `429` — **Too Many Requests** The client has sent too many requests within a certain time window and tripped the rate limiting middleware.

## Changes

- **2026-08-10** `b7bbf50b77e7` — 4 warning, 1 info
  - added the new `optimizing` enum value to the `data/status` response property for the response status `200`
  - added the new `pruning` enum value to the `data/status` response property for the response status `200`
  - added the new `purging` enum value to the `data/status` response property for the response status `200`
  - added the new `starting` enum value to the `data/status` response property for the response status `200`
  - …1 more
- **2026-06-09** `179f57e219d5` — 2 info
  - added the optional property `data/last_analysis_run_at` to the response with the `200` status
  - added the optional property `data/next_scheduled_analysis_at` to the response with the `200` status

[Change history](https://skmtc.dev/specterops/apis/bloodhound-api/changes/api/v2/datapipe/status/get.md)

---

[API](https://skmtc.dev/specterops/apis/bloodhound-api.md) · [All operations](https://skmtc.dev/specterops/apis/bloodhound-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/specterops/bloodhound-api/revisions/6d4b33f1714e/schema)
