Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.getnexor.ai/api/public/master-workflows/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "master_workflow": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Real Estate Pipeline", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "Groups prospecting and closing workflows", "workflows": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z" } ] } }
Get a single master workflow by ID, including its associated workflows.
API key for authentication. Keys are prefixed with nxr_live_.
nxr_live_
Master workflow ID
Successful response
true
Show child attributes