Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1004 Bytes

File metadata and controls

31 lines (19 loc) · 1004 Bytes

StartMatchingOutputBody

Properties

Name Type Description Notes
matchId String Opaque token for this matching run. Pass it to the GET/status endpoints' match_id query parameter to fetch this exact run.
messages List<ProgressMessage> Log messages emitted during execution
status StatusEnum Current workflow status
step String Name of the current step
stepIndex Long Zero-based index of the current step
stepsTotal Long Total number of steps in the workflow

Enum: StatusEnum

Name Value
UNINITIALISED "UNINITIALISED"
PENDING "PENDING"
RUNNING "RUNNING"
COMPLETED "COMPLETED"
FAILED "FAILED"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"