---
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.

---

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