registry-repositories
Get Registry Repository
REST API
Endpoints
- public
- workspaces
- workflows
- triggers
- workflow-executions
- actions
- secrets
- schedules
- tags
- users
- organization
- editor
- registry-repositories
- registry-actions
- settings
- organization-secrets
- tables
- cases
- auth
registry-repositories
Get Registry Repository
Get a specific registry repository by origin.
GET
/
registry
/
repos
/
{repository_id}
{
"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>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"interface": {
"expects": {},
"returns": "<any>"
},
"implementation": {
"type": "template",
"template_action": {
"type": "action",
"definition": {
"name": "<string>",
"namespace": "<string>",
"title": "<string>",
"description": "",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"expects": {},
"steps": [
{
"ref": "<string>",
"action": "<string>",
"args": {}
}
],
"returns": "<string>"
}
}
},
"default_title": "<string>",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"options": {
"include_in_schema": true
},
"repository_id": "<string>",
"id": "<string>",
"action": "<string>",
"is_template": true
}
]
}
Authorizations
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
{
"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>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"interface": {
"expects": {},
"returns": "<any>"
},
"implementation": {
"type": "template",
"template_action": {
"type": "action",
"definition": {
"name": "<string>",
"namespace": "<string>",
"title": "<string>",
"description": "",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"expects": {},
"steps": [
{
"ref": "<string>",
"action": "<string>",
"args": {}
}
],
"returns": "<string>"
}
}
},
"default_title": "<string>",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"options": {
"include_in_schema": true
},
"repository_id": "<string>",
"id": "<string>",
"action": "<string>",
"is_template": true
}
]
}