Logo
Zoom Public API Documentation

Get a flow

GET {{baseUrl}}/contact_center/flows/:flowId

Get information about a flow.

Scopes: contact_center_flow:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "flow_id": "<string>", "flow_name": "<string>", "flow_description": "<string>", "channel_type": "sms", "status": "debugging", "modified_by": "<string>", "last_modified_time": "<string>", "entry_points": [ { "entry_id": "<string>", "entry_name": "<string>", "entry_number": "<string>", "entry_language": "<string>" }, { "entry_id": "<string>", "entry_name": "<string>", "entry_number": "<string>", "entry_language": "<string>" } ], "flow_versions": [ { "flow_version_id": "<string>", "flow_version_description": "<string>", "flow_version_status": "archived", "flow_version": "<integer>", "flow_version_modified_by": "<string>", "flow_version_last_modified_time": "<string>" }, { "flow_version_id": "<string>", "flow_version_description": "<string>", "flow_version_status": "archived", "flow_version": "<integer>", "flow_version_modified_by": "<string>", "flow_version_last_modified_time": "<string>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/flows/:flowId' -H 'Accept: application/json'

ENDPOINTS