listAmpRetrospectives.Rd
Gets a list of all AMP retrospective entries within timeframe.
listAmpRetrospectives( from, to, ampdisposition = NULL, sha256 = NULL, offset = 0, limit = 100, organizationId = Sys.getenv("umbrellaOrganizationId") )
from | timestamp to filter from (or relative, e.g. -1days) |
---|---|
to | timestamp to filter to (or relative, e.g. now) |
ampdisposition | AMP disposition filter, comma delimited |
sha256 | sha256 filter |
offset | offset |
limit | limit |
organizationId | the organization id |