Skip to main content
GET
/
pipelines
List pipelines
curl --request GET \
  --url https://api.artie.com/pipelines \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "companyUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z",
      "dataPlaneName": "<string>",
      "environmentUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "hasUndeployedChanges": true,
      "isDeploying": true,
      "lastUpdatedAt": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "sourceType": "api",
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "destinationUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "lastDeployedAt": "2023-11-07T05:31:56Z",
      "snowflakeEcoScheduleUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "sourceReaderUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "draft"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Response

OK

items
object[]
required