ARCHIVE are excluded from results unless explicitly requested in the stages parameter.facebook, instagram, linkedIn, tiktok) only appear in the response when the post is configured for those networks.net property in each array item.publishStatus field on each profile indicates the publishing status for that specific profile if already in publishing process.curl --location --request GET 'https://api.swonkie.dev/v2/posts?skip=0&take=20&since=2026-01-01&until=2026-01-31&stages=IDEA,DRAFT,SCHEDULED&types=MEDIA,LINK&profileIds=Tjg3YjhSU2xZREFqM1RqOTRnZTdpZz09,RDlHZERwbitlK1lmQU0xNW0zWUhWZz09&labelIds=QWJjMTIzRGVmNDU2&search=product launch' \
--header 'X-API-ID: {{apiId}}' \
--header 'X-API-KEY: {{apiKey}}'{
"items": [
{
"id": "UG9zdElkMTIzNDU2Nzg5",
"type": "MEDIA",
"stage": "SCHEDULED",
"publishAt": "2026-02-01T10:00:00.000Z",
"budget": 0,
"profiles": [
{
"id": "Tjg3YjhSU2xZREFqM1RqOTRnZTdpZz09",
"name": "Brand Official Page",
"username": "brandofficial",
"picture": "https://storage.example.com/profiles/abc123.jpg",
"net": {
"code": "facebook",
"name": "Facebook"
},
"publishStatus": "PENDING"
}
],
"captions": [
{
"plainText": "Excited to announce our new product! 🚀 #innovation",
"net": {
"name": "Facebook",
"code": "facebook"
},
"firstComment": {
"plainText": "Tell us what you think in the comments!"
}
}
],
"medias": [
{
"id": "TWVkaWFJZDk4NzY1NDMyMQ==",
"url": "https://storage.example.com/media/product.jpg",
"type": "image/jpeg",
"net": {
"name": "Facebook",
"code": "facebook"
}
}
],
"links": [],
"labels": [
{
"id": "TGFiZWxJZDExMTExMTEx",
"name": "Marketing Campaign",
"color": "#FF5733"
}
],
"briefing": {
"markdown": "# Campaign Brief\n\nThis is a major product launch..."
}
}
],
"total": 45,
"skip": 0,
"take": 20
}