Parameter | Description |
---|---|
Created After | Only include events that were created after this time. You should use either this parameter, or the after_checkpoint parameter, but not both at once. If this parameter is provided, but no events are returned, the checkpoint will behave as if no checkpoint was provided at all. |
Limit | The maximum number of events to return. |
Pagination Cursor | Use with the output of the checkpoint field to retrieve the next set of events. |
[
{
"from": "<string>",
"urls": [],
"portal_link": "<string>",
"subject": "<string>",
"confidence": "<string>"
},
{
"from": "<string>",
"urls": [],
"portal_link": "<string>",
"subject": "<string>",
"confidence": "<string>"
}
]
Was this page helpful?