Sent when a file sharing session expires.
Discord & Slack support: Basic
"file_sharing_session.expired"
Read schema for a file share session audit record.
Show child attributes
{ "type": "<string>", "timestamp": "2023-11-07T05:31:56Z", "data": { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "modified_at": "2023-11-07T05:31:56Z", "short_slug": "<string>", "long_slug": "<string>", "status": "created", "max_downloads": 123, "download_count": 123, "price_cents": 123, "currency": "<string>", "title": "<string>", "file_name": "<string>", "file_size_bytes": 123, "ttl_seconds": 123, "expires_at": "2023-11-07T05:31:56Z", "activated_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "workspace_id": "<string>", "share_id": "<string>" } }