cURL
curl --request GET \ --url https://eu1.api.matillion.com/dpc/v2/projects/{projectId}/artifacts/details \ --header 'Authorization: Bearer <token>'
{ "assets": [ { "contentHash": "<string>", "contentSize": 123, "contentType": "<string>", "description": "<string>", "name": "<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 details along with assets details by a given version name
a valid bearer token
Artifact details retrieved
Show child attributes
Was this page helpful?