List publishing log entries
Returns chronological delivery status history (pending, published, failed, canceled). Pending means accepted and waiting for dispatch or scheduled time.
Returns chronological delivery status history (pending, published, failed, canceled). Pending means accepted and waiting for dispatch or scheduled time.
Authorization
BearerAuth PostMantis API key from the dashboard. Include as Authorization: Bearer <key>.
In: header
Query Parameters
Max entries to return, 0-100. Default 50.
0 <= value <= 10050Zero-based offset for pagination. Default 0.
0 <= value0Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v1/publish/logs"{ "data": [ { "id": "c3d4e5f6-a7b8-9012-cdef-345678901234", "deliveryId": "d4e5f6a7-b8c9-0123-defa-456789012345", "postId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "postBody": "Ship small. Learn fast.", "provider": "x", "profileName": "PostMantis on X", "type": "published", "occurredAt": "2026-05-05T10:01:00.000Z", "releaseUrl": "https://x.com/postmantis/status/1234567890", "providerPostId": "1234567890" } ]}Finalize an upload POST
Verifies the uploaded object, promotes it to a verified artifact, and returns the artifact id and a temporary read URL. Use the artifact id in post media references.
Provider Options
Provider-specific fields and current implementation limits for each supported PostMantis provider.