Pipedream · JSON Structure

Pipedream Connectusage Structure

Structural summary of Pipedream ConnectUsage as exposed by the Pipedream API.

Type: object Properties: 6 Required: 3
Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Pipedream Connectusage Structure is a JSON Structure definition published by Pipedream, describing 6 properties, of which 3 are required. It conforms to the https://json-structure.org/structure-v1.0.json meta-schema.

Properties

credits_used action_run_credits_used proxy_credits_used source_emit_credits_used usage_start_ts usage_end_ts

Meta-schema: https://json-structure.org/structure-v1.0.json

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/structure-v1.0.json",
  "id": "pipedream-connectusage",
  "title": "Pipedream ConnectUsage Structure",
  "description": "Structural summary of Pipedream ConnectUsage as exposed by the Pipedream API.",
  "type": "object",
  "properties": {
    "credits_used": {
      "type": "integer",
      "description": "Total Connect credits used"
    },
    "action_run_credits_used": {
      "type": "integer",
      "description": "Credits used when running Connect actions",
      "nullable": true
    },
    "proxy_credits_used": {
      "type": "integer",
      "description": "Credits used by Connect proxy requests",
      "nullable": true
    },
    "source_emit_credits_used": {
      "type": "integer",
      "description": "Credits used by Connect source event emissions",
      "nullable": true
    },
    "usage_start_ts": {
      "type": "integer",
      "description": "Usage window start timestamp (seconds)"
    },
    "usage_end_ts": {
      "type": "integer",
      "description": "Usage window end timestamp (seconds)"
    }
  },
  "required": [
    "credits_used",
    "usage_start_ts",
    "usage_end_ts"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/pipedream-connectusage-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.