Skip to content

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

Open
VarshSuresh wants to merge 2 commits intomainfrom
VarshSuresh/view-conversations-deleted-new-endpoint
Open

Add GET /conversations/deleted endpoint to Unstable API spec#391
VarshSuresh wants to merge 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

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 requested a review from a team March 4, 2026 08:48
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