{"uid":"cap_3mAwH2GMda7NJc1C_eoIE","slug":"webbersites-agent-datastore-collection-reader-2549ecf5","name":"Webbersites Agent Datastore — Collection Reader","description":"AGENT DATASTORE — drop one of your wallet's collections and all its rows. Cheap on purpose: clean up after yourself and stay under quota.","url":"https://api.webbersites.com/api/store/:collection","method":"DELETE","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"type":"object","properties":{"limit":{"type":"number","description":"Rows to return, 1-1000 (default 100)"},"order":{"type":"string","description":"asc or desc by insertion (default asc)"},"since":{"type":"string","description":"ISO timestamp — only rows created after it"},"format":{"type":"string","description":"json (default) or csv"},"offset":{"type":"number","description":"Pagination offset"},"collection":{"type":"string","description":"Collection name in the URL path"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"rows":{"type":"array"},"returned":{"type":"number"},"collection":{"type":"string"},"total_rows":{"type":"number"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_bXQeH6PZxukf9TXRid231","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves stored rows from a named collection owned by the calling wallet, supporting pagination, sort order, and incremental polling via a `since` timestamp filter, returning JSON or CSV.","exampleAgentPrompt":"Fetch the last 50 rows from my 'user-events' collection in descending order — only entries created after 2025-06-01T00:00:00Z — and return them as JSON.","exampleUseCases":null,"resultDescription":"A JSON object (or CSV text) containing an array of stored rows, the collection name, the number of rows returned, and the total row count in the collection. Rows are ordered by insertion time (asc or desc) and filtered by the since timestamp if provided.","failureModes":["Collection not found or not owned by the calling wallet — returns 404 or empty rows","Invalid since timestamp format — returns 400 bad request","limit out of range (must be 1–1000) — returns 400","Wallet has insufficient USDC balance for the $0.001 per-call fee — payment rejected","format parameter set to an unsupported value — returns 400 or defaults to json"],"whenToPreferThis":"Use this endpoint when your agent needs to read back data it previously stored in a Webbersites wallet-scoped datastore collection, especially for incremental polling workflows (using the `since` filter to fetch only new rows since the last check), paginated retrieval of large datasets, or exporting stored rows as CSV. Prefer this over generic storage APIs when already operating within the Webbersites x402 ecosystem.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:43:44.491Z","isFirstParty":false}