List call_flows
GET/v1/call_flows
List call_flows for the active tenant.
Query-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
cursor | string | |
limit | number | |
includeDeleted | boolean |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/call_flows \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.call_flows.list();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |