Skip to main content
GET
/
v1
/
shared-pipelines
List Published Shared Pipelines
curl --request GET \
  --url https://eu1.api.matillion.com/dpc/v1/shared-pipelines \
  --header 'Authorization: Bearer <token>'
{
  "page": 1,
  "results": [
    "<unknown>"
  ],
  "size": 50,
  "total": 472
}

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

Response

Published shared pipelines listed successfully

page
integer<int32>

The 0-indexed page number of the returned results.

Example:

1

results
any[]

Page of results or empty.

size
integer<int32>

The size of each page of results.

Example:

50

total
integer<int64>

Total number of available results across all pages.

Example:

472