cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/artifacts/details \ --header 'Authorization: Bearer <token>'
{ "assets": [ "<string>" ], "details": { "branch": "<string>", "commitHash": "<string>", "createdAt": "2023-11-07T05:31:56Z", "deployedAt": "2023-11-07T05:31:56Z", "enabled": true, "provider": "<string>", "versionName": "<string>" } }
An endpoint for getting artifact by a given version name
a valid bearer token
Artifact details retrieved
Show child attributes
Was this page helpful?