Skip to main content
GET
Prepare artifact version for export

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:

"https://example.com/schemas/SignedArtifactVersionPresignedUrls.json"

Last modified on August 19, 2026