{ "error": { "type": "request_error", "code": "unknown_entity", "detail": "The entity 'transactions.completed' is not recognized.", "documentation_url": "https://developer.paddle.com/errors/metrics/unknown_entity" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
unknown_entity - Error message
- The entity '%s' is not recognized.
Common causes
- The
entityin your request doesn't match a queryable metric. - There's a typo in the entity name.
Troubleshooting
- Call list Explore metric entities without the
entityquery parameter and use one of the entity names it returns. - Confirm the spelling of the
entityquery parameter.