Search Log Sets
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
If supplied, will return only the log sets within the supplied workspaces. If empty will return all connections for workspaces that the user is permitted to see.
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.
The maximum allowed page size is 1000. Defaults to the maximum if not supplied.
Response
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.