Skip to main content
GET
/
v1
/
installs
/
{install_id}
/
inputs
get an installs inputs
curl --request GET \
  --url https://api.nuon.co/v1/installs/{install_id}/inputs \
  --header 'Authorization: <api-key>'
[
  {
    "app_input_config_id": "<string>",
    "created_at": "<string>",
    "created_by_id": "<string>",
    "id": "<string>",
    "install_id": "<string>",
    "org_id": "<string>",
    "redacted_values": {},
    "updated_at": "<string>",
    "values": {},
    "workflow_id": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

Query Parameters

offset
integer
default:0

offset of results to return

limit
integer
default:10

limit of results to return

page
integer
default:0

page number of results to return

Response

OK

app_input_config_id
string
created_at
string
created_by_id
string
id
string
install_id
string
org_id
string
redacted_values
object
updated_at
string
values
object
workflow_id
string

WorkflowID is populated by handlers that create a workflow. Not persisted.