For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Paddle Docs home

Unknown field

A dimension, measure, or filter field in your query isn't available for this metric.

Example response
{
"error": {
"type": "request_error",
"code": "unknown_field",
"detail": "The field 'country' is not available for entity 'transactions.completed'.",
"documentation_url": "https://developer.paddle.com/errors/metrics/unknown_field"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
unknown_field
Error message
The field '%s' is not available for entity '%s'.

Common causes

  • A field in dimensions, measures, or filters isn't defined for the entity you're querying.
  • There's a typo in a field name.

Troubleshooting

  • Check the dimensions and measures returned by list Explore metric entities for this metric, and use one of those names.
  • Confirm the spelling of every field in dimensions, measures, and filters.

Was this page helpful?