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

承認

Authorization
string
header
必須

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

パスパラメータ

actionId
string
必須

The ID of the action.

id
string
必須

The ID of the action version.

レスポンス

The action version was retrieved.

id
string
デフォルト:12a3b9e6-06e6-4a29-96bf-90c82fe79a0d

The unique id of an action version.

action_id
string
デフォルト:910b1053-577f-4d81-a8c8-020e7319a38a

The id of the action to which this version belongs.

code
string
デフォルト:module.exports = () => {}

The source code of this specific version of the action.

dependencies
object[]

The list of third party npm modules, and their versions, that this specific version depends on.

deployed
boolean
デフォルト:true

Indicates if this specific version is the currently one deployed.

runtime
string
デフォルト:node22

The Node runtime. For example: node22

secrets
object[]

The list of secrets that are included in an action or a version of an action.

status
enum<string>
デフォルト:built

The build status of this specific version.

利用可能なオプション:
pending,
building,
packaged,
built,
retrying,
failed
number
number
デフォルト:1

The index of this version in list of versions for the action.

errors
object[]

Any errors that occurred while the version was being built.

action
object

The action to which this version belongs.

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

The time when this version was built successfully.

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

The time when this version was created.

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

The time when a version was updated. Versions are never updated externally. Only Auth0 will update an action version as it is being built.

supported_triggers
object[]

The list of triggers that this version supports. At this time, a version can only target a single trigger at a time.

Minimum array length: 1
modules
object[]

The list of action modules and their versions used by this action version.