curl --request GET \
--url https://{tenantDomain}/api/v2/actions/modules/{id}/actions \
--header 'Authorization: Bearer <token>'{
"actions": [
{
"action_id": "<string>",
"action_name": "<string>",
"module_version_id": "<string>",
"module_version_number": 123,
"supported_triggers": [
{
"id": "post-login",
"version": "<string>",
"status": "<string>",
"runtimes": [
"<string>"
],
"default_runtime": "<string>",
"compatible_triggers": [
{
"id": "post-login",
"version": "<string>"
}
],
"binding_policy": "trigger-bound"
}
]
}
],
"total": 123,
"page": 123,
"per_page": 123
}Lists all actions that are using a specific Actions Module, showing which deployed action versions reference this Actions Module.
curl --request GET \
--url https://{tenantDomain}/api/v2/actions/modules/{id}/actions \
--header 'Authorization: Bearer <token>'{
"actions": [
{
"action_id": "<string>",
"action_name": "<string>",
"module_version_id": "<string>",
"module_version_number": 123,
"supported_triggers": [
{
"id": "post-login",
"version": "<string>",
"status": "<string>",
"runtimes": [
"<string>"
],
"default_runtime": "<string>",
"compatible_triggers": [
{
"id": "post-login",
"version": "<string>"
}
],
"binding_policy": "trigger-bound"
}
]
}
],
"total": 123,
"page": 123,
"per_page": 123
}Documentation Index
Fetch the complete documentation index at: https://auth0-sdk8048.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique ID of the module.
Page index of the results to return. First page is 0.
Number of results per page.
Cette page vous a-t-elle été utile ?