auth
projects
- POSTValidate Dataset
- POSTStart Training Job
- GETTraining Status
- POSTGet Token For Training Job
- GETGet Collaborator Roles
- GETGet Projects
- POSTCreate Project
- POSTGet Projects Paginated
- GETGet All Projects
- GETGet Project
- PUTUpdate Project
- DELDelete Project
- POSTUpload File
- GETList User Project Collaborators
- POSTCreate User Project Collaborators
- GETList Group Project Collaborators
- POSTCreate Group Project Collaborators
- DELDelete User Project Collaborator
- PATCHUpdate User Project Collaborator
- DELDelete Group Project Collaborator
- PATCHUpdate Group Project Collaborator
- PUTBookmark Project
- DELUnbookmark Project
users
- GETGet User Roles
- POSTRequest Access
- POSTGenerate Signup Link
- POSTInvite Users
- GETList Users
- POSTCreate Or Verify User
- DELDelete User Self
- POSTCreate Or Verify User Social
- GETList All Users
- GETGet User
- PUTUpdate User
- DELDelete User
- GETGet Latest User Run
- GETGet Project Runs For User
- GETGenerate Password Reset Link
- GETGenerate Password Reset Email
- POSTPassword Reset
- POSTTransfer User Data
- GETList Current User Groups
edits
evaluate-alerts
data
- POSTGet Metric Insights With Filters
- GETList Prompt Datasets
- POSTUpload Prompt Evaluation Dataset
- GETDownload Prompt Dataset
- PUTUpdate Prompt Dataset
- DELDelete Prompt Dataset
- GETGet Rows
- POSTCalculate Cost
- GETDownload Prompt Run Dataset
- GETExport Prompt Dataset
- GETGet Prompt Chain Rows
- GETGet Rows As Columns
- POSTGet Rows As Columns With Filters
- GETGet Row As Column
- GETGet Multi Run Sample Ids
- POSTGet Multi Run Samples For Row Ids
- GETGet Chain As Columns
- GETGet Groups
features
feedback
- GETList Feedback Templates
- POSTCreate Feedback Template
- GETGet Feedback Template
- DELDelete Feedback Template
- PATCHUpdate Feedback Template
- GETGet Feedback Rating
- PUTCreate Feedback Rating
- DELDelete Feedback Rating
- GETGet Feedback Rating Observe
- PUTCreate Feedback Rating Observe
- DELDelete Feedback Rating Observe
groups
insights
- POSTGet Summary Statistics
- POSTGet Groupby Statistics
- POSTGet Insight Ids
- POSTGet Percentage
- POSTGet Thresholds
- POSTCompare Runs
- POSTGet Column Distribution
- POSTGet Model Metrics
- POSTGet Task Metrics
- POSTGet Label Co Occurrence
- POSTGet Similar From Split
- POSTGet Cbo Clusters For Split
- POSTGet Cartograph Clusters For Split
- POSTGet Communities For Split
- POSTGet Top Insights
- POSTGet Correlation Matrix Chart
- GETGet Alerts For Run
- DELDismiss Alert
- GETGet Errors
- POSTGet Error Counts
- POSTGet Map For Run
- POSTGet Segmentation Metrics For Run
- POSTGet Seq2Seq Metrics For Run
- POSTGet Data Rows
- POSTGet Error Distribution For Column
integrations
- GETList Integrations
- GETList Available Integrations
- GETGet Integration
- DELDelete Integration
- GETGet Integration Status
- PUTCreate Or Update Integration
- PUTCreate Or Update Integration
- PUTCreate Or Update Integration
- PUTCreate Or Update Integration
- PUTCreate Or Update Unity Catalog Integration
- GETGet Databricks Clusters
- GETGet Databases For Cluster
- POSTExport To Databricks
- POSTExport Edits Databricks
- GETList Databricks Sql Warehouses
- POSTExport To Databricks Unity Catalog
- POSTExport Edits Databricks Unity Catalog
- PUTCreate Or Update Integration
- GETGet Labelstudio Projects
- POSTExport To Labelstudio
- PUTCreate Or Update Integration
- PUTCreate Or Update Integration
- PUTCreate Or Update Integration
llm_integrations
observe
prompts
- POSTIngest Prompt Chain Run
- POSTIngest Batch
- GETGet All Models
- PUTPut Score
- GETGet Project Templates
- POSTCreate Prompt Template With Version
- GETGet Template Version By Name
- GETGet Template From Project
- DELDelete Template
- POSTCreate Prompt Template Version
- GETGet Template Version
- PUTSet Selected Template Version
runs
- GETGet Project Runs
- POSTCreate Run
- DELDelete Runs
- GETGet Project Prompt Runs
- GETGet Project Prompt Runs As Columns
- POSTGet Project Prompt Runs As Columns With Filters
- GETGet Run
- PUTUpdate Run
- DELDelete Run
- GETGet Prompt Run
- GETGet Run Link
- GETGet Run Tasks
- GETGet Run Labels
- GETGet Run Inference Names
- GETGet Num Epochs For Run
- GETGet Splits
- GETGet Metrics For Run
- PUTSet Metric For Run
- GETGet Prompt Aggregate Metrics As Singleton Columns
- GETGet Run Tags
- POSTSet Tag For Run
- GETGet Run Tag
- PUTUpdate Tag For Run
- DELDelete Run Tag
slices
insights
Dismiss Alert
Marks an alert as dismissed. Dismissed alerts wont be queries by the GET.
This is the new name for xray. After some deprecation time we will rename everything
DELETE
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
insights
/
alerts
/
{alert_id}
Galileo-API-Key
string
*
Galileo-API-Key
Required
string
project_id
string
*
project_id
Required
string
run_id
string
*
run_id
Required
string
split
enum<string>
*
split
Required
enum<string>
alert_id
string
*
alert_id
Required
string
scope
string
scope
string
Authorizations
Galileo-API-Key
string
headerrequiredPath Parameters
project_id
string
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable options:
training
, validation
, test
, inference
alert_id
string
requiredQuery Parameters
scope
string | null
default: Response
200 - application/json
The response is of type any
.
Was this page helpful?