You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Order by field (`credit_cost|node_id|node_name|project_id|project_name|root_parent_project_id|root_parent_project_name|service_key|service_run_status|service_type|service_version|started_at|stopped_at|transaction_status|user_email|user_id|wallet_id|wallet_name`)
4618
4611
and direction (`asc|desc`). The default sorting order is `{"field":"started_at","direction":"desc"}`.
JSON. Currently supports the filtering of 'started_at' field with 'from'
4638
4630
and 'until' parameters in <yyyy-mm-dd> ISO 8601 format. The date range
4639
4631
specified is inclusive.
4640
-
format: json-string
4641
4632
name: filters
4642
4633
in: query
4643
4634
- required: false
@@ -4732,7 +4723,6 @@ paths:
4732
4723
type: string
4733
4724
description: Order by field (`credit_cost|node_id|node_name|project_id|project_name|root_parent_project_id|root_parent_project_name|service_key|service_run_status|service_type|service_version|started_at|stopped_at|transaction_status|user_email|user_id|wallet_id|wallet_name`)
4734
4725
and direction (`asc|desc`). The default sorting order is `{"field":"started_at","direction":"desc"}`.
0 commit comments