list public archived threads

GET {{baseUrl}}/channels/:channel_id/threads/archived/public?before=<string,null-date-time>&limit=<integer,null>

List public threads (type of PUBLIC_THREAD or ANNOUNCEMENT_THREAD) that are archived in the channel

Request Params

KeyDatatypeRequiredDescription
beforestring
limitstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;threads&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:10,&quot;flags&quot;:&quot;\u003cinteger\u003e&quot;,&quot;guild_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;message_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;member_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_message_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;last_message_id&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;last_pin_timestamp&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;parent_id&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;rate_limit_per_user&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;bitrate&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;user_limit&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;rtc_region&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;video_quality_mode&quot;:&quot;\u003cnull\u003e&quot;,&quot;permissions&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;thread_metadata&quot;:&quot;\u003cnull\u003e&quot;,&quot;applied_tags&quot;:null,&quot;member&quot;:&quot;\u003cnull\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:11,&quot;flags&quot;:&quot;\u003cinteger\u003e&quot;,&quot;guild_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;message_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;member_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_message_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;last_message_id&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;last_pin_timestamp&quot;:&quot;\u003cstring,null-date-time\u003e&quot;,&quot;parent_id&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;rate_limit_per_user&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;bitrate&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;user_limit&quot;:&quot;\u003cinteger,null\u003e&quot;,&quot;rtc_region&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;video_quality_mode&quot;:&quot;\u003cnull\u003e&quot;,&quot;permissions&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;thread_metadata&quot;:&quot;\u003cnull\u003e&quot;,&quot;applied_tags&quot;:null,&quot;member&quot;:&quot;\u003cnull\u003e&quot;}],&quot;members&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;join_timestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;flags&quot;:&quot;\u003cinteger\u003e&quot;,&quot;member&quot;:&quot;\u003cnull\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;join_timestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;flags&quot;:&quot;\u003cinteger\u003e&quot;,&quot;member&quot;:&quot;\u003cnull\u003e&quot;}],&quot;has_more&quot;:&quot;\u003cboolean,null\u003e&quot;}