/
MI
mixpeek
/
Mixpeek API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 19h ago · Updated 19h ago
View markdown
mixpeek
Mixpeek API
patch
Update a support ticket (status/priority).
v10
OpenAPI 3.1.0
2026-08-08
567
1,111
2.8 MB
Adhoc Retrievers
3
Agent Sessions
11
Alerts
16
Analytics
42
Annotations
7
Apps
34
Batches
4
Bucket Batches
23
Bucket Objects
10
Bucket Syncs
15
Bucket Uploads
7
Buckets
7
BYO Documents
5
Cluster Executions
7
Cluster Triggers
8
Clusters
10
Collection Documents
17
Collection Lifecycle
2
Collection Schema
1
Collection Taxonomies
1
Collections
10
Custom Models
8
Data Subject Access Requests
3
Discovery
4
Document Lineage
3
Documents
6
Events
1
Extractor Publishing
5
Extractors
5
Feature Extractors
2
Feature Search
1
Features
1
Health
4
Inference
1
Manifest
7
Marketplace
14
Models
6
Namespace Clone
1
Namespace Extractors
2
Namespace Migrations
7
Namespace Snapshots
6
Namespaces
10
Notifications
13
Onboarding
2
Organization API Keys
5
Organization Audit
4
Organization Billing
22
Organization Connections
8
Organization Infrastructure
1
Organization Secrets
4
Organization Targets
1
Organization Usage
3
Organization Users
5
Organizations
4
Pricing
1
Public Apps API
5
Public Extractor Marketplace
2
Public Notifications API
1
Public Retriever API
7
Public Templates API
8
Published Retrievers
8
Quickstart
1
Resource Search
1
Retriever API Keys
3
Retriever Benchmarks
4
Retriever Evaluations
8
Retriever Interactions
5
Retriever Learned Fusion
10
Retriever Stages
1
Retrievers
14
Scaffold Templates
3
Source Adapter
1
Support
14
get
List Support Tickets
post
Create Support Ticket
post
List Support Tickets (org + global).
get
Get Support Ticket (with message thread).
patch
Update a support ticket (status/priority).
post
Reply to a support ticket.
post
List correspondence (ticket messages + broadcasts, org + global).
get
List Correspondence
post
Create a broadcast communication (Mixpeek admin only).
post
Presigned PUT to upload a support video to cold storage (admin only).
get
List Support Videos
post
Register a support video (admin only); triggers Gemini review for uploads.
post
List curated support videos (org + global).
get
Get a support video (with presigned playback URL + chapters).
Tasks
3
Taxonomies
13
Taxonomy Analytics
6
Templates
24
Triggers
10
Webhooks
5
Support
Update a support ticket (status/priority).
patch
/v1/support/tickets/{ticket_identifier}
Path parameters
ticket_identifier
string
required
Request body
UpdateTicketRequest
required
status
'open'
|
'pending'
|
'resolved'
|
'closed'
priority
'low'
|
'medium'
|
'high'
|
'urgent'
Response
Successful Response
TicketResponse
required
ticket_id
string
required
organization_id
string
nullable
subject
string
required
category
'technical'
|
'billing'
|
'feature'
|
'onboarding'
|
'other'
required
priority
'low'
|
'medium'
|
'high'
|
'urgent'
required
status
'open'
|
'pending'
|
'resolved'
|
'closed'
required
created_by
SupportActor
Lightweight snapshot of who created a ticket/message.
message_count
integer
last_message_at
string
date-time
nullable
created_at
string
date-time
nullable
updated_at
string
date-time
nullable
messages
MessageResponse[]
nullable