v1

latestOpenAPI 3.0.02026-07-26626596.3 KB
Pipelines

Buscar pipelines

get/api/v1/pipelines

Response

countnumber required

Example response

{
  "count": 100,
  "data": [
    {
      "id": "9c315181-85f2-4772-bd46-8b261599e382",
      "createdAt": "2025-09-09T16:25:16.727Z",
      "updatedAt": "2025-09-19T20:39:49.680Z",
      "name": "pipe 1",
      "description": "Pipeline para gerenciamento de vendas online",
      "group": "Clientes recorrentes",
      "stagesCount": 3
    }
  ]
}