UsageTopWorkflow
A workflow's share of the usage, ranked by credits.
Properties
sheet_idstringrequiredUUID of the SHEET the runs happened on. Pass to `GET /api/v1/usage/workflows/{sheet_id}`, or look it up in List Workflow Usage for the workflow it belongs to.
namestringrequireddeletedbooleanrequiredTrue when the workflow has since been deleted. Its usage still counted, so it is still listed.
runsintegerrequiredcreditsnumberrequiredExample
UsageTopWorkflow example
{
"sheet_id": "string",
"name": "string",
"deleted": false,
"runs": 0,
"credits": 0
}