๐Ÿš€ Hotdata API

Powerful data platform API for datasets, queries, and analytics

โœ… API Status: Online
All services are running normally

๐Ÿ”— Quick Links

โœ… /v1/status (GET) - API status (no auth required)
๐Ÿฅ /v1/healthcheck (GET) - API health status (no auth required)
๐Ÿงฑ /v1/workspaces (GET) - List workspaces
๐Ÿงฑ /v1/workspaces (POST) - Create workspace (provisioning)
๐Ÿ—‚๏ธ /v1/information_schema (GET) - List tables
๐Ÿ” /v1/query (POST) - Execute SQL query (returns result_id when persisted)
๐Ÿ“ฆ /v1/results (GET) - List persisted query results
๐Ÿงพ /v1/results/<id> (GET) - Retrieve a persisted query result by id
๐Ÿ”Œ /v1/connections (GET) - List connections
โž• /v1/connections (POST) - Create connection
๐Ÿ”Ž /v1/connections/<connection_id> (GET) - Get connection by id
๐Ÿ—‘๏ธ /v1/connections/<connection_id> (DELETE) - Delete connection
๐Ÿงญ /v1/connections/<connection_id>/discover (POST) - Re-run schema discovery for a connection
๐Ÿงน /v1/connections/<connection_id>/cache (DELETE) - Purge cache for a connection
๐Ÿงฝ /v1/connections/<connection_id>/tables/<schema>/<table>/cache (DELETE) - Purge cache for a specific table
๐Ÿ” /v1/secrets (GET) - List secrets (metadata only)
โž• /v1/secrets (POST) - Create secret (metadata only)
๐Ÿ” /v1/secrets/<name> (GET) - Get secret metadata
โ™ป๏ธ /v1/secrets/<name> (PUT) - Update secret
๐Ÿ—‘๏ธ /v1/secrets/<name> (DELETE) - Delete secret
๐Ÿ“Š /v1/datasets (GET) - List datasets
โž• /v1/datasets (POST) - Create dataset
๐Ÿ”Ž /v1/datasets/<id> (GET) - Get dataset
โ™ป๏ธ /v1/datasets/<id> (PUT) - Update dataset
๐Ÿ—‘๏ธ /v1/datasets/<id> (DELETE) - Delete dataset