Get a dataset's activity stream
GET/api/v1/dataset/:uuid_str/activity/
A dataset's own edits only. Datasets have no transitive layer in V2 — chart and dashboard edits that touch this dataset do NOT appear here. ?include=self and ?include=all return the dataset's own edits; ?include=related returns an empty stream (a dataset has no related entities to fan out to).
Request
Responses
- 200
- 400
- 401
- 403
- 404
Activity stream ordered newest-first
Bad request
Unauthorized
Forbidden
Not found