/
MY
myaltimate
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 4h ago
Details
Filter operations
ACCOUNT_COSTS
4
ade-bench
8
get
List Runs
get
Get Run
delete
Delete Run
get
Get Run Results
get
List Trials
get
Get Trial
get
Get Filter Options
get
Get Task Progress
AGENTS
3
AI_PLAYGROUND
23
AI_SERVICES
9
AI_STUDIO
23
ALERTS_V1
20
APPS_V2
14
AUDIT_TRAIL
2
AUTH
14
AZURE_DATABRICKS_CONNECTIONS
2
Business Intelligence
15
clickhouse-rbac
1
COACH
5
COMPANY
10
COMPUTE_POOLS
6
connections
5
CONTRACT
13
CONTRACTS_DASHBOARDS
2
Copilot
18
CREDITS_USAGE
8
CUSTOM_TAGS
8
DATA_AVAILABILITY
1
DATA_STORE
12
DATABRICKS
147
Datamate Integrations
5
DatamateProjectBindings
6
Datamates
8
DBT
16
DBT_CLOUD
14
DBT_CONFIG
11
DBT_DOCS_SHARE
13
DBT_HEALTH_CHECKS
2
DBT_MODELS
9
DBT_V2
6
DBT_V3
10
DBT_V4
6
DEBUG_SQL
1
DEFINITIONS
1
DEMO
2
ENTITY_DETECTION
1
EVALS
23
EVENTS
9
EXPERIMENTATION
7
EXTERNAL
2
FEEDBACKS
8
FRESHNESS
2
GLOBAL_CONFIG
7
GOVERNANCE
8
IMPERSONATE
1
INGESTION
3
Knowledge Bases
9
Knowledge Bases V2
10
langfuse
2
Lineage
13
MASK
2
MEMORY
7
METABASE
6
METRICS
1
NEWSLETTER
1
NOTEBOOK
9
NOTIFICATION
5
OPPORTUNITIES
22
PAYMENT
16
PERMISSION
6
PREDICTION
1
PRESET
5
PROJECT_GOVERNANCE
6
PROMPT_ENHANCER
1
PROMPT_LIBRARY
8
Public Knowledge Bases
1
PUBLIC_PROMPT_LIBRARY
2
PUBLIC_SNIPPETS
7
QUERIES
19
QUERIES_V2
62
QUERY_BOOKMARK
6
RECOMMENDATIONS
4
REFERRAL
2
REGISTRY
6
RESOURCES
4
SCHEDULER
3
SDK
3
Semantic Metrics
3
SMART_CONTRACTS
1
SPACES
5
SSO Group Mappings
12
SUMMARY
7
SUMMARY_V2
31
SUPERTOKENS
7
SYNC
1
TABLES
30
TEAMS
5
USER
14
USER_GROUP
23
user-group-rules
2
VIOLATIONS
4
WAREHOUSE
24
WAREHOUSE_SCHEDULE
17
WORKFLOW_AGENT
8
WORKFLOW_DASHBOARD
20
WORKLOAD
2
get
Health Check
get
Auth Health Check
post
Test Email
ade-bench
Get Run
Get metadata for a specific benchmark run.
get
/api/ade-bench/runs/{run_id}
Path parameters
run_id
string
required
Response
Successful Response
RunMetadataResponse
required
Response schema for run metadata.
run_id
string
required
uuid
string
nullable
dataset_path
string
nullable
output_path
string
nullable
agent_name
string
required
model_name
string
nullable
dataset_size
integer
n_attempts
integer
n_concurrent_trials
integer
accuracy
number
nullable
pass_at_k
object
nullable
start_time
string
nullable
end_time
string
nullable
commit_hash
string
username
string
use_mcp
boolean
n_resolved
integer
nullable
n_unresolved
integer
nullable
tasks_attempted
integer
nullable
total_cost_usd
number
nullable
total_tokens
integer
nullable
avg_runtime_ms
number
nullable
Changes