Skip to main content
GET
List Submissions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string | null
mode
string | null
limit
integer
default:100
offset
integer
default:0

Response

Successful Response

id
string<uuid>
required
user_id
string | null
required
user_email
string | null
required
body
string | null
required
category
string | null
required
route
string | null
required
status
enum<string>
required
Available options:
new,
triaged,
resolved,
archived
mode
enum<string>
required
Available options:
text,
interview_turn,
voice
context_log_count
integer
required
created_at
string<date-time>
required
interview_conversation_id
string<uuid> | null
turn_index
integer | null
reaction
enum<string> | null
Available options:
up,
down
github_issue_url
string | null
github_issue_number
integer | null