get_library
Retrieve your Simkl watch history and watchlists. Filter by type or status, and pass a timestamp to receive only entries changed since then.
Instructions
Read the watch history and watchlists.
type: shows, movies or anime. Omit for all three in one call. status: watching, plantowatch, hold, completed or dropped. Omit for all. date_from: an ISO timestamp from get_activities, passed back byte-for-byte. With it you get only what changed since; without it, the full library.
Deletions never appear in a delta. When activities' removed_from_list
moves, call get_library_ids and diff instead.
Returns normalized items plus skipped, the number of entries that carried
no Simkl ID. A non-zero skipped is a hole in the exclusion guarantee and
must be reported to the user, not hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| status | No | ||
| date_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||