show

fun SavedSearches.show(id: Long, vararg options: Option): JsonObjectApiAction<SavedSearch>

Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested.

Twitter API reference

Receiver

SavedSearches endpoint instance.

Return

JsonObjectApiAction for SavedSearch model.

Parameters

id

The ID of the saved search.

options

Optional. Custom parameters of this request.