Skip to content

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Jul 10, 2025

  • The tags parameter accepts an array of tag names and maps to multiple tag= query parameters in the API request
  • Maintains backward compatibility with existing filter parameters

API Usage

Filter by single tag

client.get_documents(tags: ['important'])

Filter by multiple tags (up to 5 supported by Readwise API)

client.get_documents(tags: ['tech', 'ruby', 'programming'])

  • Empty or nil tags arrays are handled gracefully

🤖 Generated with https://claude.ai/code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant