Get a saved object
Deprecated
Spaces method and path for this operation:
get /s/{space_id}/api/saved_objects/{type}/{id}
Refer to Spaces for more information.
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"