GET saved_searches/show/:id
get-saved_searches-show-id

GET saved_searches/show/:id

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.

Resource URL

https://api.twitter.com/1.1/saved_searches/show/:id.json

Resource Information

Response formats JSON
Requires authentication? Yes (user context only)
Rate limited? Yes
Requests / 15-min window (user auth) 15

Parameters

Name Required Description Default Value Example
id required The ID of the saved search. 313006

Example Request

GET https://api.twitter.com/1.1/saved_searches/show/9569704.json

Example Response

{
  "created_at": "Fri Nov 04 18:46:41 +0000 2011", 
  "id": 62353170, 
  "id_str": "62353170", 
  "name": "@anywhere", 
  "position": null, 
  "query": "@anywhere"
}