SSF Receiver
List
List returns a paginated list of events received on a specific SSF receiver stream, ordered by receipt time.
get/api/v1/ssf-receiver-streams/{stream_id}/events
Path parameters
stream_idstring required
The ID of the SSF receiver stream to list events for.
Query parameters
page_sizeinteger
Maximum number of events to return per page.
page_tokenstring
Token from a previous ListResponse to fetch the next page of results.
Response
SSFReceiverEventServiceListResponse contains a page of received SSF events.
Changes
Changed in 2 of the 33 revisions of this API.11
- ▲
the response property
list/items/receivedAtbecame nullable for the status200response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○