---
title: "List publications in the workspace"
method: GET
path: "/publications"
---

# List publications in the workspace

`GET /publications`

Returns publications for the authenticated workspace. Filter by scheduled date range, status, or Instagram account.

## Query parameters

- `from` string, date-time
- `to` string, date-time
- `status` 'draft' | 'scheduled' | 'ready_for_publishing' | 'publishing' | 'published' | 'failed' | 'cancelled'
- `account_id` string, uuid

## Response `200`

List of publications

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/lovable/apis/loomly-public-api.md) · [All operations](https://skmtc.dev/lovable/apis/loomly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lovable/loomly-public-api/revisions/082fb473547f/schema)
