Skip to main content
GET
/
v1
/
shared-pipelines
/
artifacts
/
details
Get Shared Pipeline Artifact Details
curl --request GET \
  --url https://eu1.api.matillion.com/dpc/v1/shared-pipelines/artifacts/details \
  --header 'Authorization: Bearer <token>'
{
  "artifactDetails": {
    "branch": "main",
    "commitHash": "a1b2c3d4e5f6",
    "createdAt": "2025-01-15T10:30:00.000Z",
    "enabled": true,
    "provider": "matillion",
    "sharedPipelineIdPrefix": "my-shared-pipeline",
    "versionName": "1.0.0"
  },
  "sharedPipelines": [
    {
      "description": "ETL pipeline for loading data",
      "sharedPipelineId": "my-pipeline",
      "sourcePipeline": "pipelines/etl-load"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.maia.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

a valid bearer token

Query Parameters

sharedPipelineIdPrefix
string
required

The prefix identifier grouping related shared pipelines ${sharedpipeline.metadata.sharedPipelineIdPrefix.desc}

Minimum string length: 1
Example:

"my-shared-pipeline"

versionName
string

The version name of the shared pipeline artifact ${sharedpipeline.metadata.versionName.desc}

Example:

"1.0.0"

Response

Shared pipeline artifact details retrieved successfully

artifactDetails
object

Metadata for the requested shared pipeline version

sharedPipelines
object[]

List of shared pipelines within this shared pipeline version