Reporting and exports
Finding awards across every badge, and getting your data out as CSV or JSON.
Dashboard → Recipients lists awards across every badge, most recent first, up to the 200 latest.
Search and filters
- Search
- Matches recipient name as you'd expect. Email matching is different — see the note below.
- Badge
- Narrow to a single badge.
- Status
- Active or revoked.
Email search must be the full, exact address
Recipient emails are encrypted at rest, so partial matching is not possible — dana@ or @meridian.edu will find nothing. Search dana.lee@meridian.edu in full. This is a direct consequence of the encryption, not an oversight: storing addresses in a searchable form would mean storing them readable.
CSV export
Export CSV downloads exactly what your current filters show, so filter first, then export. Columns:
| Column | Contents |
|---|---|
recipient_name | Name, if one was supplied at issuance. |
recipient_email | The recipient's address. |
badge | Badge name. |
issued_at | When it was awarded. |
status | Active or revoked. |
listing | Listed or unlisted — the search-visibility setting. |
claim_url | The public claim page URL. |
Full organization export
Admins can pull a complete JSON export of the organization — badges, awards, and structure — from GET /api/v1/export. Unlike the rest of the API, this one uses your signed-in admin session rather than an API key, and isn't restricted by plan.
You are not locked in
Between the CSV export, the JSON export, and the fact that every credential is a standards-based Verifiable Credential that verifies independently of us, your data and your recipients' credentials remain yours.
Related
Still stuck?
Email us at hello@incredify.net — a human will answer.