Check the complete save status of an item for the current user.
| Parameter | Type | Required | Description |
|---|---|---|---|
content_type | string | Yes | post, recipe, or collection |
content_id | UUID | Yes | The content ID to check |
| Field | Description |
|---|---|
isStandaloneSaved | true if saved but NOT in any collection |
savedItemId | The saved_item UUID, or null if not saved |
collections | Array of collections containing this item |
saved_items record, AND| Status | Code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Missing or invalid parameters |
| 401 | UNAUTHORIZED | Not authenticated |