Cash flow details
GET /api/v1/dashboard/runway
Detailed runway status with cash projections, daily burn, revenue, and recommended cash actions.
Authorizations
Responses
200
Successful Response
Response for GET /api/v1/dashboard/runway.
object
Detailed runway and cash flow payload.
Attributes: current_cash: Current cash balance in cents. runway_days: Estimated days of cash remaining. daily_burn: Average daily cash outflow in cents. daily_revenue: Average daily revenue in cents. projection: Day-by-day cash projection. cash_actions: Recommended cash management actions. status: Color-coded health level (green/yellow/orange/red).
object
A recommended cash action for the business owner.
Attributes: id: Unique action identifier. action_type: Category of the action. description: Plain-language explanation. amount: Estimated cash impact in cents. priority: Importance level (critical/high/medium/low). urgency: Time sensitivity (immediate/today/this_week/this_month).
object
A single day in the cash flow projection.
Attributes: date: Calendar date for this projection point. projected_balance: Expected end-of-day cash balance in cents. inflows: Expected inflows in cents. outflows: Expected outflows in cents.
object
Standard metadata included in every API response.
Attributes: request_id: Unique identifier for request tracing. timestamp: UTC timestamp of the response.
object
Unique identifier for request tracing
UTC timestamp of the response