For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginBook a Demo
  • Getting Started
    • Athena SDK Quickstart
  • Database API
    • Database Filters & CRUD
  • Python Guides
    • Build with Agents
    • Use Models Directly
    • Load Data Frames
    • Upload Files
    • Create Assets
    • Structured Output
    • Long-Running AOP Execution
  • TypeScript Guides
    • Build with Agents
    • Working with Assets
    • Use Models Directly
    • Execute AOPs
    • Sheets API
    • Browser JavaScript (ESM)
    • UI Registry (Assistant.js)
    • Upload Files
    • Create Assets
    • Structured Output
  • API Reference
      • POSTGet the chunks of an asset by ID
      • GETGet the content of an asset by ID
      • GETGet a screenshot of a specific page from an asset
      • GETList Contents
      • GETGet Tabular Data from Object
      • GETGet Raw File Data from Object
      • POSTSave file as an asset
        • POSTCreate Draft
        • GETSearch Emails
        • POSTSend Email
Logo
LoginBook a Demo
API ReferenceToolsEmail

Search Emails

Beta
GET
https://api.athenaintel.com/api/v0/tools/email/search
GET
/api/v0/tools/email/search
$curl https://api.athenaintel.com/api/v0/tools/email/search \
> -H "X-API-KEY: <apiKey>"
Coming soon! Search through emails with configurable filters.
Was this page helpful?
Previous

Send Email

Next
Built with

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response