Skip to content

get an install event

GET
/v1/installs/{install_id}/events/{event_id}

Get a single install event.

Authorizations

Parameters

Path Parameters

install_id
required
string

Install ID

event_id
required
string

Event ID

Responses

200

OK

object
created_at
string
created_by_id
string
id
string
install_id
string
operation
string
operation_name
string
operation_status
string
Allowed values: started finished noop failed
org_id
string
payload
object
key
additional properties
string
updated_at
string

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean