---
title: "Listar publicações"
method: GET
path: "/api/management/form-publications"
tags: ["form-publications"]
---

# Listar publicações

`GET /api/management/form-publications`

Lista todas as [publicações de formulário](https://docs.olie.ai/guides/forms/public-forms) da conta, sem paginação, com o total de respostas de cada uma. [Solicitações](https://docs.olie.ai/guides/forms/requests) não aparecem aqui.

## Query parameters

- `filter[title]` string
- `filter[trashed]` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `form_publications` object[]
    - `id` string
    - `title` string
    - `description` string
    - `background_color` string, color
    - `starts_at` unknown
    - `ends_at` string
    - `redirect_url` string, uri
    - `token` string
    - `status` string
    - `form_id` integer
    - `frame_id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` unknown
    - `create_project` integer
    - `link_as_media` boolean
    - `link_as_loose_form` boolean
    - `project_name` unknown
    - `form_edge_id` unknown
    - `project_template_id` unknown
    - `funnel_step_id` unknown
    - `type` string
    - `created_by` unknown
    - `responses_count` integer
    - `form` object
      - `id` integer
      - `title` string
    - `project_template` unknown
    - `form_edge` unknown

## Other responses

- `400` — Filtro inválido

## Changes

- **2026-09-22** `d71b18b1685d` — 4 info
  - added the new optional `query` request parameter `filter[title]`
  - added the new optional `query` request parameter `filter[trashed]`
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/form-publications/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/d71b18b1685d?raw)
