Skip to main content
POST
The turns, including the ones that failed or were declined — those are the useful rows.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none,
resolution=ignore-duplicates,
resolution=merge-duplicates

Query Parameters

select
string

Filtering Columns

Body

copilot_messages

The turns, including the ones that failed or were declined — those are the useful rows.

content
string<text>
conversation_id
string<uuid>

Note: This is a Foreign Key to copilot_conversations.id.

created_at
string<timestamp with time zone>
extraction
string<jsonb>
failure
string<text>
id
string<uuid>

Note: This is a Primary Key.

input_tokens
integer<integer>
latency_ms
integer<integer>
output_tokens
integer<integer>
role
string<character varying>
Maximum string length: 20
stop_reason
string<character varying>
Maximum string length: 40

Response

201

Created