Get Posts
agent-data call 7ce2c004-7290-4923-99fd-cc0d8109f74b list-posts [--source <source>] [--tag <tag>] [--since <since>] [--before <before>] [--q <q>] [--limit <limit>] [--offset <offset>] [--sort <sort>] [--fields <fields>] [--compact <compact>]curl "https://4dqyvfjdrf.execute-api.us-east-2.amazonaws.com/api/v1/posts" -H "Authorization: Bearer <YOUR_API_KEY>"Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Set the maximum number of posts to return in this page. Send a value from 1 to 100; omit it to use the default page size of 20.
Set the maximum number of posts to return in this page. Send a value from 1 to 100; omit it to use the default page size of 20.
Skip this many matching posts before returning results. Use 0 for the first page, then increase by your previous limit to walk forward through the list.
Skip this many matching posts before returning results. Use 0 for the first page, then increase by your previous limit to walk forward through the list.
Choose how to order matching posts. Use newest for most recent first, oldest for earliest first, or relevance when text search ranking is the priority.
Choose how to order matching posts. Use newest for most recent first, oldest for earliest first, or relevance when text search ranking is the priority.
Request a lightweight post payload that omits large text fields intended for full-content reading. Use this when you are browsing, ranking, or triaging posts before fetching full details.
Request a lightweight post payload that omits large text fields intended for full-content reading. Use this when you are browsing, ranking, or triaging posts before fetching full details.
Responses
Section titled “ Responses ”Successful Response
object
object
Example generated
{ "meta": { "limit": 1, "total": 1, "offset": 1, "last_crawl": "2026-04-15T12:00:00Z", "sources_healthy": 1, "sources_degraded": 1 }, "posts": [ {} ]}Validation Error
object
object
object
Example generated
{ "detail": [ { "ctx": {}, "loc": [ "example" ], "msg": "example", "type": "example", "input": "example" } ]}