Look up an artist's application by ID to check status, review details, or prepare for status updates. Use this to fetch application data before making status decisions or displaying artist information in admin dashboards.
Arguments
- waitlist_id
Character string. UUID of the waiting list entry (format:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). Obtained fromcreate_waitlist_entry()return value or fromget_pending_waitlist()results.- cn
DBI connection object or NULL. Database connection from
artcore::dbc("artsite"). If NULL (default), creates and closes connection automatically. Pass existing connection for batch lookups.
Value
Data frame with single row containing all waitlist entry fields:
id, email, full_name, phone, specialties, url_instagram,
url_portfolio, url_nft, message, status, source, created_at,
updated_at, invited_at, converted_to_user_id. Throws error if entry
not found.
