API changelog 2025
3rd February
New Endpoints 🎉
The following endpoints have been added to the Data Productivity Cloud REST API:
Schedules
Method | Endpoint | Description |
---|---|---|
GET | /v1/projects/{projectId}/schedules | List all schedules for a project |
POST | /v1/projects/{projectId}/schedules | Create a new schedule |
DELETE | /v1/projects/{projectId}/schedules/{scheduleId} | Deletes the schedule by the given schedule ID |
GET | /v1/projects/{projectId}/schedules/{scheduleId} | Get a schedule summary for a given schedule ID |
PATCH | /v1/projects/{projectId}/schedules/{scheduleId} | Update the schedule by the given schedule ID and schedule request |
Artifacts
Method | Endpoint | Description |
---|---|---|
GET | /v1/projects/{projectId}/artifacts | Get a list of artifacts |
PATCH | /v1/projects/{projectId}/artifacts | Enable or disable an artifact |
POST | /v1/projects/{projectId}/artifacts | Create an artifact |
GET | /v1/projects/{projectId}/artifacts/details | Get an artifact by a given version name |
POST | /v1/projects/{projectId}/artifacts/promotions | Promote an artifact to a specific environment |
Connectors
Method | Endpoint | Description |
---|---|---|
GET | /v1/custom-connectors | Lists custom connector profiles for the requesting account |
GET | /v1/flex-connectors | Lists Flex connector profiles |
Secret References
Method | Endpoint | Description |
---|---|---|
GET | /v1/projects/{projectId/secret-references} | List all secret references |
POST | /v1/projects/{projectId/secret-references}/{secretReferenceName} | Create a secret reference |