Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/inbox/comments/syncGET
Lists comment import jobs and their status.
Authorization
apiKey *Bearer <token>
Akarso API key from the dashboard. Token in: header
Query Parameters
postId?string
Filter imports by post ID
limit?number
offset?number
Response
200
imports *object[]
Show item properties
id *string
postId?string | null
importedPostId?string | null
platform?"FACEBOOK" | "INSTAGRAM" | "LINKEDIN" | "YOUTUBE" | "TIKTOK" | "REDDIT" | "THREADS" | "MASTODON" | "BLUESKY"
status?"PENDING" | "FETCHING" | "RETRYING" | "COMPLETED" | "SKIPPED" | "FAILED" | "RATE_LIMITED"
commentsImported?number
error?string | null
startedAt?string | null
completedAt?string | null
400 · Invalid request body, path, or query parameters
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
401 · Missing or invalid API key
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
502 · Upstream platform request failed
error *string
Human-readable error message
code?string
Machine-readable error code
message?string
Additional error details
Request example
curl -X GET "https://akarso.co/api/v1/inbox/comments/sync" \ -H "Authorization: Bearer <token>"