Clay API Docs
  1. Credit Usage
Clay API Docs
  • Disclaimer
  • Authentication
    • Fetch Clay Cookies
      POST
  • Workspaces
    • Get All Workspaces in your account
      GET
  • Folders
    • Create a folder
      POST
    • Delete a folder
      DELETE
  • Resources
    • Fetch all resources
      POST
    • Search a resource in workspace
      POST
  • Workbooks
    • Create a Workbook
      POST
    • Delete a Workbook
      DELETE
  • Tables
    • Fetch all record ids in a table
      GET
    • Add a row in the table
      POST
    • Delete a row from the table
      DELETE
    • Delete all rows from a table
      DELETE
    • Run an enrichment column
      PATCH
    • Count number of row in a Table
      GET
  • Credit Usage
    • Get a list of owners
      GET
    • Get User-Specific Credit Usage Report
      GET
    • Get User-Created Resources
      POST
    • Get Workspace Credit Usage Report
      GET
    • List all integrations
      GET
    • Get Integration Type Details
      GET
    • Get Integration-Specific Credit Usage
      GET
    • Get Integration Credit Usage Report
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Credit Usage

Get Integration-Specific Credit Usage

Developing
GET
https://api.clay.com/v3/credit-reporting/{YOUR_CLAY_WORKSPACE_ID}/creditReportType/workspace
Retrieves workspace credit usage data filtered by specific integrations within a defined time range. This endpoint allows you to focus on credit consumption for particular integration IDs rather than all workspace activity, providing targeted cost analysis.

Request

Path Params

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.clay.com/v3/credit-reporting//creditReportType/workspace?integrations[0]=f764eeac-881e-45c5-90d2-1882c039e7ff&timeRange[startTime]=2025-06-30T19:00:00.000Z&timeRange[endTime]=2025-07-28T09:00:22.500Z' \
--header 'Cookie: YOUR_CLAY_COOKIES'
Response Response Example
{}
Modified at 2026-01-15 07:27:31
Previous
Get Integration Type Details
Next
Get Integration Credit Usage Report
Built with