get__stats_nodes_minute

Code Samples

# You can also use wget
curl -X GET https://backend.flashback.tech/stats/nodes/minute \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

GET /stats/nodes/minute

Get Node Statistics

Get minute-level statistics for node operations

Parameters

Name
In
Type
Required
Description

bucketId

query

string

false

Bucket ID filter

Example responses

200 Response

{
  "success": true,
  "data": [
    {}
  ]
}

Responses

Status
Meaning
Description
Schema

200

Node statistics

Inline

Response Schema

Status Code 200

Name
Type
Required
Restrictions
Description

» success

boolean

false

none

none

» data

[object]

false

none

none

Last updated

Was this helpful?