Hex
communityCollaborative data workspace combining SQL, Python, and no-code tools for analytics and data apps.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://app.hex.tech/api/v1/project/{projectId}/runRun a Hex project
Parameters
projectIdproject ID (stringrequiredinputParamsparameter values (objectoptionalupdateCacherefresh data (booleanoptionalReturns
runId, runUrl, runStatusUrl, traceIdGET
https://app.hex.tech/api/v1/project/{projectId}/run/{runId}Get run status
Parameters
runIdrun ID (stringrequiredprojectIdproject ID (stringrequiredReturns
status (PENDING|RUNNING|COMPLETED|ERRORED|KILLED), startTime, endTime, elapsedTime, traceIdGET
https://app.hex.tech/api/v1/projectsList projects
Parameters
limitresults (integeroptionaloffsetoffset (integeroptionalReturns
projects[] with projectId, title, description, status, createdAt, updatedAt, creator