List simulation history (deprecated)
List simulation history (deprecated)
Lists history entries for simulations or nodes. Requires `SIM_READ` scope or the `air_trainee` role. Air trainees can only view history for their own simulations and the nodes in them.
**Required scope:** `air:simulation_read` (roles: `air_org_admin`, `air_user`)
**Alternative:** role `air_trainee` also grants access.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
actor
category
The category of the history event.
* `INFO` - info
* `WARNING` - warning
* `ERROR` - error
Allowed values:
limit
Number of results to return per page.
model
The entity which you want to get history for.
* `simulation` - Simulation
* `node` - Node
Allowed values:
object_id
The ID of the entity which you want to get history for (for example, the simulation ID).
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
search
Search by actor, description, or category.
Response
count
results
next
previous