events
Retrieve a provenance events.
Currently requires admin permissions.
get/event
Query parameters
page[size]integer
Amount of flows per page returned. Default is 10.
page[number]integer
Number of the page to be returned. Default is 1.
fromstring
Example:2020-10-18T09:30:15+00:00
Limits results to events occurred after this time.
untilstring
Example:2020-10-19T15:47:15+00:00
Limits results to events occurred before this time.
filterobject
Filter for the values of certain fields.
{
"filter[agent.id]": "q38fjv8dsv0jsac02",
"filter[activity.function]": "getPersons"
}Response
A list of provenance events.
Changes
Changed in 2 of the 5 revisions of this API.2
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○