Documentation Index
Fetch the complete documentation index at: https://docs.hireotto.com/llms.txt
Use this file to discover all available pages before exploring further.
The three modes
summary (default)
Returns results inline in your AI client — readable in the conversation, no download required. Limited to 50 rows by default (you can ask for more).
Best for: quick checks, reviewing a handful of campaigns, anything you want to read and act on immediately.
summary_and_csv
Returns the inline summary plus a signed download link for a CSV file. The inline view gives you a fast read; the CSV has the full export (up to 5,000 rows by default).
Best for: when you want to glance at results in chat and also download the full data for a spreadsheet or report.
csv_only
Returns only the CSV download link, with minimal metadata in-chat. Nothing gets printed inline.
Best for: automation, large accounts, or any time you’re pulling data you’ll use elsewhere — the AI client doesn’t need to process thousands of rows.
CSV download links
CSV links are signed and expire after 30 minutes by default. If you need more time, ask for a longer TTL:Controlling how many rows you get
Inline limit — how many rows appear in the conversation (default: 50). To see more or fewer:When to use which mode
| Situation | Mode |
|---|---|
| Checking performance on 5–10 campaigns | summary |
| Weekly review you’ll paste into a report | summary_and_csv |
| Daily audit across 50+ accounts via automation | csv_only |
| Finding the top 3 wasted search terms to act on now | summary |
| Pulling the full search terms list for analysis | summary_and_csv or csv_only |
| Running a Make.com automation that processes data downstream | csv_only |