Skip to main content
PUT
/
v1
/
streams
/
{STREAM_ID}
/
executions
/
{EXECUTION_ID}
/
part
/
{PART_ID}
Upload a data part
curl --request PUT \
  --url https://api.domo.com/v1/streams/{STREAM_ID}/executions/{EXECUTION_ID}/part/{PART_ID} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "startedAt": "2016-06-16T17:54:02Z",
  "currentState": "ACTIVE",
  "createdAt": "2016-06-16T17:54:01Z",
  "modifiedAt": "2016-06-16T17:54:02Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

STREAM_ID
number
required

The ID of the Stream of data being imported into a DataSet

EXECUTION_ID
number
required

The ID of the Stream execution within the Stream

PART_ID
number
required

The ID of the data part being used to upload a subset of data within the Stream execution

Response

200 - application/json

Returns a subset of a stream object and a parameter of success or error based on whether the data part within the stream execution being successful.

id
integer
startedAt
string
currentState
string
createdAt
string
modifiedAt
string