List history filter values for this simulation
Returns the actors, severities, and labels available for filtering this resource's history. Actors and labels reflect the history the caller is allowed to read, while severities always list every possible option.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this simulation.
Response
actors
Distinct actor values present on history entries.
severities
Distinct severity values present on history entries.
labels
Distinct label values present on history entries.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error