Skip to main content
GET
/
api
/
data
/
v1
/
streams
/
{streamId}
/
history
/
aggregate
http
GET /api/data/v1/streams/{streamId}/history/aggregate HTTP/1.1
Host: {instance}.domo.com
X-DOMO-Developer-Token: {token}
[
  {
    "streamId": 371,
    "executionId": 34320,
    "currentState": "SUCCESS",
    "rowsInserted": 297164,
    "bytesInserted": 43584980,
    "startedAt": 1656009784,
    "endedAt": 1656009824,
    "updateMethod": "REPLACE",
    "peakMemoryUsedBytes": 200819808
  },
  {
    "streamId": 371,
    "executionId": 34319,
    "currentState": "SUCCESS",
    "rowsInserted": 297164,
    "bytesInserted": 43584980,
    "startedAt": 1656007981,
    "endedAt": 1656008009,
    "updateMethod": "REPLACE",
    "peakMemoryUsedBytes": 206690488
  }
]

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token obtained from Domo

Path Parameters

streamId
string
required

Response

200 - application/json

Execution history