{
"id": "<string>",
"origin": "<string>",
"last_synced_at": "2023-11-07T05:31:56Z",
"commit_sha": "<string>",
"actions": [
{
"name": "<string>",
"description": "<string>",
"namespace": "<string>",
"type": "udf",
"origin": "<string>",
"interface": {
"expects": {},
"returns": "<unknown>"
},
"implementation": {
"template_action": {
"definition": {
"name": "<string>",
"namespace": "<string>",
"title": "<string>",
"display_group": "<string>",
"expects": {},
"steps": [
{
"ref": "<string>",
"action": "<string>",
"args": {}
}
],
"returns": "<string>",
"description": "",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": false
}
]
},
"type": "action"
},
"type": "template"
},
"repository_id": "<string>",
"id": "<string>",
"action": "<string>",
"is_template": true,
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": false
}
],
"default_title": "<string>",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"options": {
"include_in_schema": true
}
}
]
}Get a specific registry repository by origin.
{
"id": "<string>",
"origin": "<string>",
"last_synced_at": "2023-11-07T05:31:56Z",
"commit_sha": "<string>",
"actions": [
{
"name": "<string>",
"description": "<string>",
"namespace": "<string>",
"type": "udf",
"origin": "<string>",
"interface": {
"expects": {},
"returns": "<unknown>"
},
"implementation": {
"template_action": {
"definition": {
"name": "<string>",
"namespace": "<string>",
"title": "<string>",
"display_group": "<string>",
"expects": {},
"steps": [
{
"ref": "<string>",
"action": "<string>",
"args": {}
}
],
"returns": "<string>",
"description": "",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": false
}
]
},
"type": "action"
},
"type": "template"
},
"repository_id": "<string>",
"id": "<string>",
"action": "<string>",
"is_template": true,
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": false
}
],
"default_title": "<string>",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"options": {
"include_in_schema": true
}
}
]
}Successful Response
Show child attributes
The name of the action
1 - 100The description of the action
1000The namespace of the action
The type of the action
udf, template The origin of the action as a url
1 - 1000Show child attributes
The template action
Show child attributes
Show child attributes
The action name
The namespace of the action
The title of the action
The display group of the action
The arguments to pass to the action
Show child attributes
The sequence of steps for the action
The result of the action
The description of the action
Link to documentation
Author of the action
Marks action as deprecated along with message
The secrets to pass to the action
Show child attributes
"action""template"The repository id
The registry action id
The full action identifier.
Whether the action is a template.
The default title of the action
1 - 100The presentation group of the action
1 - 100Link to documentation
1 - 1000Author of the action
1 - 100Marks action as deprecated along with message
1 - 1000Was this page helpful?