Find stack events
| Method | URI | Description | 
|---|---|---|
| GET | /v1/{tenant_id}/stacks/{stack_name}/events | Finds the canonical URL for the event list of a specified stack. | 
CAUTION:
Event data deleted more than one year ago is not displayed.
      
   
   
   Normal response codes: 302
Error response codes: badRequest (400), unauthorized (401), notFound (404), internalServerError (500)
Request
This table shows the parameters for the find stack events request:
| Parameter | Style | Type | Required | Description | 
|---|---|---|---|---|
| tenant_id | URI | String | Yes | Project ID | 
| stack_name | URI | String | Yes | The name of a stack. | 
This operation does not accept a request body.