Last updated 10 months ago
Get all Flows created within this account
GET /api/workspace/flows HTTP/1.1 Host: sapphire.contextdata.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
No content
Retrieve details of a Flow
GET /api/workspace/flow/{flow_identifier} HTTP/1.1 Host: sapphire.contextdata.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Trigger a flow externally
Get Flow Logs for a specific flow
POST /api/workspace/trigger_flow/{flow_identifier} HTTP/1.1 Host: sapphire.contextdata.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "message": "text", "data": {} }
GET /api/workspace/flow_log/{flow_identifier} HTTP/1.1 Host: sapphire.contextdata.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*