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

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

取得する実行の ID。

レスポンス

実行を取得しました。

特定のトリガー実行の結果。

created_at
string<date-time>
デフォルト:2021-01-01T00:00:00.000Z

実行が開始された時刻。

id
string
デフォルト:c5b35bb1-c67d-40bb-9b0d-700b6fe33dd9

ID はこの特定の実行シミュレーションを識別します。これらの ID は、本番環境での実際の実行に似たものになります。

results
object[]
status
enum<string>
デフォルト:final

実行全体のステータス。

利用可能なオプション:
unspecified,
pending,
final,
partial,
canceled,
suspended
trigger_id
enum<string>

Actions の拡張ポイント。

利用可能なオプション:
post-login,
credentials-exchange,
pre-user-registration,
post-user-registration,
post-change-password,
send-phone-message,
custom-phone-provider,
custom-email-provider,
password-reset-post-challenge,
custom-token-exchange,
event-stream,
password-hash-migration,
login-post-identifier,
signup-post-identifier
updated_at
string<date-time>
デフォルト:2021-01-01T00:00:00.000Z

実行が完了した時刻。