Skip to main content
GET
/
artifacts
/
{artifact-id}
/
versions
/
{execution-name}
/
export-types
/
{export-type}
/
exports
/
{export-target-id}
/
prepare
Exports - Prepare artifact version for export
curl --request GET \
  --url https://mycluster.domino.tech/flows/api/artifacts/v1/artifacts/{artifact-id}/versions/{execution-name}/export-types/{export-type}/exports/{export-target-id}/prepare
{
  "payload": [
    {
      "filename": "<string>",
      "url": "<string>"
    }
  ],
  "signature": "<string>",
  "$schema": "<string>"
}

Path Parameters

artifact-id
string
required

UUID of the artifact

execution-name
string
required

Name of the workflow execution

export-type
string
required

Export type: dataset, report, model

export-target-id
string
required

Export target ID e.g. Domino Dataset ID

Query Parameters

project
string
required

Project of the workflow execution

domain
string
required

Domain of the workflow execution

Response

OK

payload
object[] | null
required

List of presigned URLs and their filenames

signature
string
required

base64-encoded JWS for the payload

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"/flows/api/artifacts/v1/schemas/SignedArtifactVersionPresignedUrls.json"