Skip to content

Add GET /conversations/deleted endpoint to Unstable API spec#391

Merged
VarshSuresh merged 2 commits intomainfrom
VarshSuresh/view-conversations-deleted-new-endpoint
Mar 6, 2026
Merged

Add GET /conversations/deleted endpoint to Unstable API spec#391
VarshSuresh merged 2 commits intomainfrom
VarshSuresh/view-conversations-deleted-new-endpoint

Conversation

@VarshSuresh
Copy link
Contributor

@VarshSuresh VarshSuresh commented Mar 4, 2026

Why?

Towards #471664

Customers need to retrieve deleted conversation IDs and their deletion timestamps for compliance and audit purposes. This documents the new GET /conversations/deleted endpoint that enables this capability as part of the Conversation Deletion customer enablement milestone.

How?

Added complete OpenAPI specification for the deleted conversations endpoint with:

  • Offset-based pagination support (page, per_page, order)
  • Response schemas for deleted conversation items and lists
  • Interactive changelog entry with API explorer widget

Swagger

image

🤖 Generated with Claude Code

@VarshSuresh VarshSuresh requested a review from a team March 4, 2026 08:48
VarshSuresh and others added 2 commits March 6, 2026 17:58
Add new endpoint to retrieve deleted conversation IDs with deletion timestamps for compliance and audit purposes.

Changes:
- Added /conversations/deleted GET endpoint with pagination support
- Added deleted_conversation_item schema
- Added deleted_conversation_list schema
- Fixed response structure to use 'conversations' array key (consistent with conversation_list)
- All examples use updated_at field for deletion timestamp

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@VarshSuresh VarshSuresh force-pushed the VarshSuresh/view-conversations-deleted-new-endpoint branch from 852182a to 63e2f3f Compare March 6, 2026 12:28
@VarshSuresh VarshSuresh merged commit 34cc619 into main Mar 6, 2026
3 checks passed
@VarshSuresh VarshSuresh deleted the VarshSuresh/view-conversations-deleted-new-endpoint branch March 6, 2026 12:45
VarshSuresh added a commit that referenced this pull request Mar 6, 2026
VarshSuresh added a commit that referenced this pull request Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants