{ "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, orfiltersisn'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, andfilters.