List flows

GET /api/v1/flows

Returns lightweight flow list with connected phones.

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Query parameters

limitintegerOptional>=0

Max items to return (1-100, default 20)

offsetintegerOptional>=0Defaults to 0

Items to skip (default 0)

Response

Paginated list of flows with connected phone numbers
flowslist of objects
Items on this page
metaobject
Pagination metadata

Errors

401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error