latestOpenAPI 3.1.02026-08-10150311431.9 KB
c1f3c6d96b31
Runs
Get a Run
Retrieve a run.
get/projects/{owner}/{name}/runs/{run_id}
Path parameters
ownerstring required
namestring required
run_idstring required
Response
Retrieved
Example response
{
"author": {
"id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
"account_type": "user",
"name": "ladybugbot",
"display_name": "Ladybug Bot",
"description": "Beep Boop!"
},
"owner": {
"id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
"account_type": "user",
"name": "ladybugbot",
"display_name": "Ladybug Bot",
"description": "Beep Boop!"
},
"recipe": {
"inputs": [
{
"alias": [
{
"handler": [
{
"module": "honeybee_rhino.handlers"
}
]
}
]
}
],
"outputs": [
{
"alias": [
{
"handler": [
{
"module": "honeybee_rhino.handlers"
}
]
}
]
}
]
},
"status": {
"inputs": [
{
"alias": [
{
"handler": [
{
"module": "honeybee_rhino.handlers"
}
]
}
]
}
]
}
}