Get a saved object
Deprecated
Retrieve a single Kibana saved object by identifier.
GET
/api/saved_objects/{type}/{id}
curl \
--request GET 'https://localhost:5601/api/saved_objects/{type}/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{}
Response examples (400)
{
"error": "Bad Request",
"message": "string",
"statusCode": 400
}