Skip to main content
GET
/
v1
/
connect
/
usage
List usage records
curl --request GET \
  --url https://api.pipedream.com/v1/connect/usage \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "credits_used": 123,
      "usage_start_ts": 123,
      "usage_end_ts": 123,
      "action_run_credits_used": 123,
      "proxy_credits_used": 123,
      "source_emit_credits_used": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

start_ts
integer
required

Usage window start timestamp (seconds)

end_ts
integer
required

Usage window end timestamp (seconds)

Response

usage records listed

Connect usage records for a time window

data
object[]
required