Search
Search performs a full-text search across received SSF events with optional filters for stream, event type, outcome, and matched user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
SSFReceiverEventSearchServiceSearchRequest carries the search query and optional filters for narrowing results.
Restricts results to events matching this wire event type URI. Optional.
Restricts results to events matched to this ConductorOne user ID. Optional.
Restricts results to events with this processing outcome. Optional.
SSF_EVENT_OUTCOME_UNSPECIFIED, SSF_EVENT_OUTCOME_SESSIONS_REVOKED, SSF_EVENT_OUTCOME_LOGGED, SSF_EVENT_OUTCOME_PRINCIPAL_NOT_FOUND, SSF_EVENT_OUTCOME_VERIFIED, SSF_EVENT_OUTCOME_STREAM_STATUS_UPDATED, SSF_EVENT_OUTCOME_UNRECOGNIZED, SSF_EVENT_OUTCOME_ERROR Maximum number of events to return per page.
Token from a previous SearchResponse to fetch the next page of results.
Full-text search query matched against event fields.
Restricts results to events from this SSF receiver stream. Optional.
Response
SSFReceiverEventSearchServiceSearchResponse contains the matching events and a pagination token.