List history for this node
Lists history entries for the requested resource instance.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this node.
Query parameters
actor
The actor who performed the action.
label
A history label that must be present on the entry.
ordering
Order objects by field. Prefix with - for descending order.
search
Search by actor, description, severity, or labels.
severity
The severity of the history event.
Allowed values:
Response
object_id
model
created
description
A human readable description of what happened to the entity.
actor
The email or other identifier of who took action on the entity.
severity
The severity of what event took place.
labels
Backend-assigned labels used for filtering and fine-grained history access control.
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error