Skip to main content

get operation details

GET 

/org/:orgId/v2/operation/:operationId

Get the details of a Temporal workflow operation by operation ID. Optionally include child workflow data.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    operationId stringrequired

    Temporal Workflow ID

Query Parameters

    runId string

    Temporal run ID of the workflow

    hasChildren boolean

    Include data aggregated from all child workflows (1 level), default false

Body

    object

Responses

OK

Schema

    childWorkflowOperations undefined[]

    Only populated if it has child workflows. Otherwise it is nil.

    endTime date-time
    id string

    Operation ID.

    memo

    object

    property name* any
    message string
    name string
    runId string

    Run ID.

    startTime date-time
    status string
    type OperationType (string)

    Possible values: [TemporalWorkflow]

Loading...