Skip to main content
GET
Copilot threads, scoped to whoever may reach the record each is about.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
capability
string
entity_type
string
entity_id
string
title
string
status
string
opened_by_user_id
string
opened_by_name
string
message_count
string
last_message_at
string
created_at
string
suggestions_open
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

capability
string<character varying>
Maximum string length: 40
created_at
string<timestamp with time zone>
entity_id
string<uuid>
entity_type
string<character varying>
Maximum string length: 80
id
string<uuid>

Note: This is a Primary Key.

last_message_at
string<timestamp with time zone>
message_count
integer<integer>
opened_by_name
string<character varying>
Maximum string length: 200
opened_by_user_id
string<uuid>

Note: This is a Foreign Key to my_profile.user_id.

status
string<character varying>
Maximum string length: 20
suggestions_open
integer<bigint>
title
string<character varying>
Maximum string length: 200