Skip to main content
GET
/
v1
/
installs
/
{install_id}
/
events
/
{event_id}
get an install event
curl --request GET \
  --url https://api.nuon.co/v1/installs/{install_id}/events/{event_id} \
  --header 'Authorization: <api-key>'
{
  "created_at": "<string>",
  "created_by_id": "<string>",
  "id": "<string>",
  "install_id": "<string>",
  "operation": "<string>",
  "operation_name": "<string>",
  "operation_status": "started",
  "org_id": "<string>",
  "payload": {},
  "updated_at": "<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

event_id
string
required

event ID

Response

OK

created_at
string
created_by_id
string
id
string
install_id
string
operation
string
operation_name
string
operation_status
enum<string>
Available options:
started,
finished,
noop,
failed
org_id
string
payload
object
updated_at
string