Retrieve a specific version of an action. An action version is created whenever an action is deployed. An action version is immutable, once created.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The action version was retrieved.
The unique id of an action version.
The id of the action to which this version belongs.
The source code of this specific version of the action.
The list of third party npm modules, and their versions, that this specific version depends on.
Indicates if this specific version is the currently one deployed.
The Node runtime. For example: node22
The list of secrets that are included in an action or a version of an action.
The build status of this specific version.
pending, building, packaged, built, retrying, failed The index of this version in list of versions for the action.
Any errors that occurred while the version was being built.
The action to which this version belongs.
The time when this version was built successfully.
The time when this version was created.
The time when a version was updated. Versions are never updated externally. Only Auth0 will update an action version as it is being built.
The list of triggers that this version supports. At this time, a version can only target a single trigger at a time.
1The list of action modules and their versions used by this action version.