Optional asOptional fromThe start of the time range to query, as an RFC3339 timestamp or a relative time (for example, now-7d).
Defaults to now-7d. Ignored when as_of is set.
Optional limitThe maximum number of entities to return.
Optional pageAn opaque token used to fetch the next page of results, as returned in meta.page.next_token of a previous response.
Optional queryA free-text query (for example, an email address or principal ID) used to filter the entities returned.
Optional toThe end of the time range to query, as an RFC3339 timestamp or a relative time (for example, now).
Defaults to now. Ignored when as_of is set.
Generated using TypeDoc
A point in time at which to query the entity revisions, as an RFC3339 timestamp, a Unix timestamp (in seconds), or a relative time (for example,
now-1d). When set,fromandtoare ignored. Cannot be combined with customfrom/tovalues.