Skip to main content
GET
C#

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

flow_id
string
requis

ID du Flow

Maximum string length: 30
execution_id
string
requis

ID d’exécution du Flow

Maximum string length: 30

Paramètres de requête

hydrate
enum<string>[]

Paramètre d’hydratation

Options disponibles:
debug
Maximum string length: 5

Réponse

Exécution du Flow récupérée avec succès.

created_at
string<date-time>
requis

Date au format ISO 8601 à laquelle cette exécution de flux a été créée.

id
string<flow-execution-id>
requis

Identifiant d’exécution du flux

Maximum string length: 30
status
string
requis

Statut d’exécution

Required string length: 1 - 50
trace_id
string
requis

ID de trace

Required string length: 1 - 50
updated_at
string<date-time>
requis

Date au format ISO 8601 à laquelle cette exécution de flux a été mise à jour.

debug
object

Débogage de l’exécution du flux.

ended_at
string<date-time>

Date au format ISO 8601 à laquelle cette exécution de flux s’est terminée.

journey_id
string

ID de parcours

Required string length: 1 - 50
started_at
string<date-time>

Date au format ISO 8601 à laquelle cette exécution de flux a commencé.