Get By Id Using GET
Retrieves an action entity with a specific ID
ID of the action
Project ID of action (required for non-system actions)
Action found
{
"actionType": "string",
"compressedContent": "string",
"contentId": "string",
"dependencies": "string",
"description": "string",
"entrypoint": "string",
"id": "string",
"memoryInMB": 0,
"name": "string",
"orgId": "string",
"projectId": "string",
"runtime": "string",
"source": "string",
"system": false,
"timeoutSeconds": 0
}
Type of the action
base64encoded ZIP of action content (source & dependencies)
Configuration of the action for specific providers
ID of the actions saved compressed content
A list of libraries to import, delimited by a comma
Description of the action
Name of the entry function of the action
ID of the action
Map defining the inputs of the action
Runtime RAM constraints in megabytes
Name of the action
Organization ID of the action.
Project Id of the action (required for non-system actions)
Runtime of the action (python, nodejs, etc...)
Source of the action as string
Flag indicating if the action is a system action
Defines how long an action can run (default 180)
Unauthorized to make the request
Action not found