Hex integration (Data, Developer Tools). Imported from open-connector.
https://app.hex.tech/api/v1/projects
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of results to return. |
| after | string | optional | Pagination cursor returned by Hex. |
| before | string | optional | Pagination cursor returned by Hex. |
| sortBy | string | optional | Field used to sort Hex projects. |
| sortDirection | string | optional | Sort direction accepted by Hex. |
| statuses | array | optional | Project statuses to include. |
| categories | array | optional | Project categories to include. |
| ownerEmail | string | optional | Owner email address used to filter projects. |
| creatorEmail | string | optional | Creator email address used to filter projects. |
| collectionId | string | optional | Collection ID used to filter projects. |
| includeSharing | boolean | optional | Whether to include sharing information for each project. |
| includeArchived | boolean | optional | Whether to include archived projects. |
| includeTrashed | boolean | optional | Whether to include trashed projects. |
| includeComponents | boolean | optional | Whether to include component projects. |
/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | Unique ID for a Hex project. |
| includeSharing | boolean | optional | Whether to include sharing information in the response. |
/projects/{projectId}/runs
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | Unique ID for a Hex project. |
| inputParams | object | optional | Input parameters for the Hex project run, keyed by project variable name. |
| notifications | array | optional | Notifications to send when the run completes. |
| dryRun | boolean | optional | Whether to validate run inputs without executing the project. |
| updatePublishedResults | boolean | optional | Whether to update the cached state of the published app after a successful run. |
| useCachedSqlResults | boolean | optional | Whether to use cached SQL results when available. |
| viewId | string | optional | Saved view ID to use for project run inputs. |
| flagConfigOverride | string | optional | Feature flag configuration override for the run. |
/projects/{projectId}/runs
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | Unique ID for a Hex project. |
| limit | integer | optional | Number of results to return. |
| offset | integer | optional | Number of runs to skip before returning results. |
| statusFilter | string | optional | Hex project run status. |
/projects/{projectId}/runs/{runId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | Unique ID for a Hex project. |
| runId | string | required | Unique ID for a run of a Hex project. |
| enableExpandedStats | boolean | optional | Whether to request expanded run statistics from Hex. |
/projects/{projectId}/runs/{runId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | Unique ID for a Hex project. |
| runId | string | required | Unique ID for a run of a Hex project. |