メインコンテンツへスキップ
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

flow_id
string
必須

Flow id

Maximum string length: 30
execution_id
string
必須

Flow execution id

Maximum string length: 30

クエリパラメータ

hydrate
enum<string>[]

Hydration param

利用可能なオプション:
debug
Maximum string length: 5

レスポンス

Flow execution successfully retrieved.

id
string<flow-execution-id>
必須

Flow execution identifier

Maximum string length: 30
trace_id
string
必須

Trace id

Required string length: 1 - 50
status
string
必須

Execution status

Required string length: 1 - 50
created_at
string<date-time>
必須

The ISO 8601 formatted date when this flow execution was created.

updated_at
string<date-time>
必須

The ISO 8601 formatted date when this flow execution was updated.

journey_id
string

Journey id

Required string length: 1 - 50
debug
object

Flow execution debug.

started_at
string<date-time>

The ISO 8601 formatted date when this flow execution started.

ended_at
string<date-time>

The ISO 8601 formatted date when this flow execution ended.