Skip to main content
POST
/
exports-callback
Exports - Create
curl --request POST \
  --url https://mycluster.domino.tech/flows/api/artifacts/v1/exports-callback \
  --header 'Content-Type: application/json' \
  --data '
{
  "errorMsg": "<string>",
  "id": "<string>",
  "key": "<string>",
  "status": "<string>",
  "taskType": "<string>",
  "update": "<unknown>"
}
'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "exportTargetId": "<string>",
  "tags": {},
  "type": "<string>",
  "uri": "<string>",
  "$schema": "<string>"
}

Body

application/json
errorMsg
string
required

The error message of the filetask task

id
string
required

The ID of the filetask task

key
string
required

The key of the filetask task

status
string
required

The status of the filetask task

taskType
string
required

The type of the filetask task

update
any
required

The task update payload

Response

OK

createdAt
string<date-time>
required

Time of export creation

exportTargetId
string
required

e.g. Dataset ID

tags
object
required

Map of key-value tags, such as datasetSnapshotId=67d31cdfd5439671479939b4.

type
string
required

Export type: dataset, netapp-volume, report, model

uri
string
required

Permalink to the entity containing the export e.g. Snapshot permalink

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

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