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
Documentation IndexFetch the complete documentation index at: https://docs.maia.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
Artifact details retrieved
Show child attributes
Was this page helpful?