Skip to content

Commit 38af8ed

Browse files
authored
Merge pull request #2051 from dbt-labs/mirna-list-steps-deprecation-rn
Create liststeps-endpoint-deprecation.md
2 parents 05a6c0d + c48545f commit 38af8ed

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "List Steps API endpoint deprecation warning"
3+
id: "liststeps-endpoint-deprecation.md"
4+
description: "List Steps API deprecation"
5+
sidebar_label: "Deprecation: List Steps API endpoint"
6+
tags: [Sept-15-2022]
7+
---
8+
9+
On October 14th, 2022 dbt Labs is deprecating the [List Steps](https://docs.getdbt.com/dbt-cloud/api-v2#tag/Runs/operation/listSteps) API endpoint. From October 14th, any GET requests to this endpoint will fail. Please prepare to stop using the List Steps endpoint as soon as possible.
10+
11+
dbt Labs will continue to maintain the [Get Run](https://docs.getdbt.com/dbt-cloud/api-v2#tag/Runs/operation/getRunById) endpoint, which is a viable alternative depending on the use case.
12+
13+
You can fetch run steps for an individual run with a GET request to the following URL:
14+
15+
`https://cloud.getdbt.com/api/v2/accounts/{accountId}/runs/{runId}/?include_related=["run_steps"]`

0 commit comments

Comments
 (0)