cURL
curl --request GET \ --url https://api.embedreach.com/partner/tenants/{id}/resource-stats
{ "success": true, "message": "<string>", "data": { "resources": [ { "schemaDefinitionId": "<string>", "schemaName": "<string>", "count": 123, "earliestCreatedAt": "<string>", "latestCreatedAt": "<string>" } ] } }
Get resource counts grouped by schema for a tenant
Status 200 response
Show child attributes