Get the current user’s saved items with pagination and filtering.
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number |
limit | integer | 12 | Items per page |
content_type | string | — | Filter by post, recipe, or collection |
not_in_collection | string | — | Set to true to get only uncategorized items |
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Not authenticated |
| 400 | VALIDATION_ERROR | Invalid pagination or content_type |