get events for an install
GET /v1/installs/{install_id}/events
GET
/v1/installs/{install_id}/events
Get Install Events
Return an event stream for an install.
Authorizations
Parameters
Path Parameters
install_id
required
string
Install ID
Responses
200
OK
Array<object>
object
created_at
string
created_by_id
string
id
string
install_id
string
operation
string
operation_name
string
operation_status
string
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