cursor.limit on the first request, then pass the returned cursor.next as cursor.after to fetch the next page.
Request
Request
Common body fields
| Field | Description |
|---|---|
cursor.limit | Number of records to return. Maximum value is 100. |
cursor.after | Opaque cursor returned by the previous response. Omit it for the first page. |
observed.start_time | Return records observed after this timestamp. |
observed.end_time | Return records observed before this timestamp. |