---
title: "Trigger Dbt Ingestion"
method: POST
path: "/api/v1/dbt/cloud/trigger-ingestion"
tags: ["DBT_CLOUD", "dbt_cloud"]
deprecated: true
---

# Trigger Dbt Ingestion

`POST /api/v1/dbt/cloud/trigger-ingestion`

> **Deprecated.**

Trigger the dbt ingestion worker to process pending GlobalTasks.

This is primarily for local development and testing.
In production, this is triggered automatically by Celery beat.

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
