Skip to main content
POST
Error

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Body

application/json

Request to create a run clustering job.

config_id
string<uuid> | null
start_time
string<date-time> | null
end_time
string<date-time> | null
last_n_hours
integer | null
hierarchy
integer[] | null
partitions
Partitions · object | null
sample
summary_prompt
string | null
filter
string | null
name
string | null
attribute_schemas
Attribute Schemas · object | null
user_context
User Context · object | null
model
enum<string>
default:openai
Available options:
openai,
anthropic
cluster_model
string | null
summary_model
string | null
is_scheduled
boolean
default:false
validate_model_secrets
boolean
default:true

Response

Successful Response

Response to creating a run clustering job.

id
string<uuid>
required
name
string
required
status
string
required
error
string | null