API Changelog
14th March
Data Productivity CloudNew Endpoints 🎉
- The Data Productivity Cloud API is now generally available and includes the following endpoints:
- GET projects -
/v1/projects
- GET environments -
/v1/projects/{projectId}/environments
- GET pipelines -
/v1/projects/{projectId}/published-pipelines
- POST execute published pipeline -
/v1/projects/{projectId}/pipeline-executions
- GET pipeline status -
/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}
- PATCH pipeline termination -
/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}
- GET pipeline steps status -
/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/steps
- GET projects -
Base URL
-
API endpoints:
- https://eu1.api.matillion.com/dpc
- https://us1.api.matillion.com/dpc
-
Authorization URL:
- https://id.core.matillion.com/oauth/dpc/token
- To retrieve the token for authorization, read Authentication.
8th December
Data Productivity CloudNew Endpoints 🎉
-
Data Productivity Cloud API is now available in public preview. Feel free to explore the API endpoints using OpenAPI console.
-
New endpoints added:
- GET projects -
/v1/projects
- GET environments -
/v1/projects/{projectId}/environments
- GET pipelines -
/v1/projects/{projectId}/published-pipelines
- POST execute published pipeline -
/v1/projects/{projectId}/pipeline-executions
- GET pipeline status -
/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}
- PATCH pipeline termination -
/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}
- GET pipeline steps status -
/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/steps
- GET projects -
Base URL
-
API endpoints:
- https://eu1.api.matillion.com/dpc
- https://us1.api.matillion.com/dpc
-
Authorization URL:
- https://id.core.matillion.com/oauth/dpc/token
- To retrieve the token for authorization, read Authentication.