/process/getDetails
  • 1 Minute to read
  • Dark
    Light

/process/getDetails

  • Dark
    Light

Article summary

Get
/process/getDetails

Returns information for the process identified by the specified process ID.

Query parameters
processId
integer (int64) Required

Process identifier

Responses
200
object
processId
integer (int64)
processName
string
entityType
string
entityId
string
status
string
Valid values[ "FAILED", "FINISHED", "PAUSED", "PROCESSING" ]
processedCount
integer (int64)
totalCount
integer (int64)
startDate
string
estimatedEndDate
string
endDate
string
duration
integer (int64)
executorName
string
executorEmail
string
error
string
400

Was this article helpful?