sourcegraph_amp_threads
Conversation threads from the Sourcegraph Amp workspace
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Unique Amp thread identifier.
-
user_id
Foreign key - Reference to the workspace member who created the thread, when that member is still available.
-
title
string - Thread title, when the OAuth client has permission to view thread contents.
-
created_at
date - Timestamp when the thread was created.
-
updated_at
date - Timestamp when the thread was last updated.
-
first_synced_at
date - Timestamp when the thread was first synced to Amp.
-
main_thread_source_id
Foreign key - Amp thread identifier of the parent thread when provided by the API.