Workflow hub inspect request
Request of inspect hub workflow
Endpoint
GET /api/workflow/hub/inspect/
Auth
Authorization: Bearer ${token}
Query Parameters
| Key | Default | Description |
|---|---|---|
| name | Hub workflow name |
Response
Json
[
{
"kind": "status",
"payload": {
"code": 0,
"message": ""
}
},
{
"kind": "entity",
"payload": {
"ini": "",
"json": "",
"markdown": "",
"name": "",
"url": "",
"yaml": ""
}
}
]
Notes
- Workflow Permission Required
markdownis the full entry document;yamlis the definition deployed bycreatewithhub://<name>;json(build metadata) andini(override defaults) are empty when the entry omits them.- The definition is returned as-is and is not validated (validation happens at create time).