Skip to main content
GET
/
api
/
v1
/
conversations
List conversations
curl --request GET \
  --url https://app.flowella.io/api/v1/conversations \
  --header 'Authorization: Bearer <token>'
{
  "items": []
}

Authorizations

Authorization
string
header
required

Organization API key (flo_…). Paste the full key; Scalar sends Authorization: Bearer <key>.

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string<cuid>
status
enum<string>
Available options:
OPEN,
CLOSED,
PENDING,
ARCHIVED,
SNOOZED

Response

Paginated conversations

items
object[]
required
nextCursor
string