Get All Posts
Publishing
Get All Posts
List publisher posts with pagination and filtering
GET
Get All Posts
Documentation Index
Fetch the complete documentation index at: https://docs.reap.video/llms.txt
Use this file to discover all available pages before exploring further.
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
Retrieve a paginated list of all publisher posts. Filter by status or date range to find specific posts.Rate Limiting
This endpoint is rate limited to 10 requests per minute per API key.Response
Array of post objects
Current page number
Total number of pages
Total number of posts matching the filters
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number for pagination
Number of posts per page (max 100)
Filter by post status
Available options:
processing, draft, completed, failed, cancelled, unresolved Filter posts after this Unix timestamp
Filter posts before this Unix timestamp