Skip to main content

WorkflowProjectRunUserSummary

workflowIdstringrequired
userIdstringrequired
profile object
userIdstringrequired
displayNamestringrequired
emailstring

Optional email address for the profile summary.

avatarUrlstring

Optional avatar image URL or data URL for the uploader profile.

actorTypestring
actorDisplayNamestring
runCountintegerrequired
successCountintegerrequired
failedCountintegerrequired
lastRunAtstring<date-time>
WorkflowProjectRunUserSummary
{
"workflowId": "string",
"userId": "string",
"profile": {
"userId": "string",
"displayName": "string",
"email": "string",
"avatarUrl": "string"
},
"actorType": "string",
"actorDisplayName": "string",
"runCount": 0,
"successCount": 0,
"failedCount": 0,
"lastRunAt": "2024-07-29T15:51:28.071Z"
}