# Understanding usage: API platform

Workato measures API platform usage based on API calls.

API recipe usage calculations apply to both Managed APIs (API recipes) and API Gateway (API proxy and API proxy with transformation).

# Usage calculation rules

API platform usage calculations follow the general usage calculations rules, where successful calls count towards usage and failed calls are excluded.

Workato uses the following additional rules to calculate API recipe usage:

  • The recipe must execute completely without internal errors.
  • The job must finish as designed, even if it returns expected errors such as 4xx or 5xx status codes defined in the recipe logic.

# Usage counting

The total API recipe usage of a recipe job is one API call per successful execution. If an API recipe involves IDP (Intelligent Document Processing) or Event streams capabilities, Pages processed or Events processed is calculated in addition to API calls.

# Example usage calculations

The following examples demonstrate how Workato calculates usage for API calls in different scenarios.

# Managed API: API recipe

# Usage totals

  • API calls: 1
  • Total usage per job: 1 API call

# API Gateway: API proxy recipe

# Usage totals

Total usage per job:

  • API calls: 1
  • Total usage per job: 1 API call

# API Gateway: API proxy recipe with transformation

# Usage totals

Total usage per job:

  • API calls: 1
  • Total usage per job: 1 API call


Last updated: 8/13/2025, 4:02:53 PM