Skip to main content

SourceRunsResponse

items object[]required
  • Array [
  • enrichDurationMsinteger,null<int64>nullable
    errorKindstring | nullnullable
    errorMessagestring | nullnullable
    fetchDurationMsinteger,null<int64>nullable
    fetchedCountinteger,null<int32>nullable
    finishedAtinteger,null<int64>nullable
    idinteger<int64>required
    newCountinteger,null<int32>nullable
    progressPhasestring | nullnullable
    resolveDurationMsinteger,null<int64>nullable
    resolvedCountinteger,null<int32>nullable
    startedAtinteger<int64>required
    statusstringrequired

    running | success | failure | skipped.

    triggerstringrequired
  • ]
  • SourceRunsResponse
    {
    "items": [
    {
    "enrichDurationMs": 0,
    "errorKind": "string",
    "errorMessage": "string",
    "fetchDurationMs": 0,
    "fetchedCount": 0,
    "finishedAt": 0,
    "id": 0,
    "newCount": 0,
    "progressPhase": "string",
    "resolveDurationMs": 0,
    "resolvedCount": 0,
    "startedAt": 0,
    "status": "string",
    "trigger": "string"
    }
    ]
    }