/
LU
lucidtechai
/
Lucidtech API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
get
/appClients
post
/appClients
options
/appClients
get
/appClients/{appClientId}
delete
/appClients/{appClientId}
options
/appClients/{appClientId}
patch
/appClients/{appClientId}
get
/assets
post
/assets
options
/assets
get
/assets/{assetId}
delete
/assets/{assetId}
options
/assets/{assetId}
patch
/assets/{assetId}
get
/datasets
post
/datasets
options
/datasets
get
/datasets/{datasetId}
delete
/datasets/{datasetId}
options
/datasets/{datasetId}
patch
/datasets/{datasetId}
get
/datasets/{datasetId}/transformations
post
/datasets/{datasetId}/transformations
options
/datasets/{datasetId}/transformations
delete
/datasets/{datasetId}/transformations/{transformationId}
options
/datasets/{datasetId}/transformations/{transformationId}
get
/deploymentEnvironments
options
/deploymentEnvironments
get
/deploymentEnvironments/{deploymentEnvironmentId}
options
/deploymentEnvironments/{deploymentEnvironmentId}
get
/documents
post
/documents
delete
/documents
options
/documents
get
/documents/{documentId}
delete
/documents/{documentId}
options
/documents/{documentId}
patch
/documents/{documentId}
get
/logs
options
/logs
get
/logs/{logId}
options
/logs/{logId}
get
/models
post
/models
options
/models
get
/models/{modelId}
delete
/models/{modelId}
options
/models/{modelId}
patch
/models/{modelId}
get
/models/{modelId}/dataBundles
post
/models/{modelId}/dataBundles
options
/models/{modelId}/dataBundles
get
/models/{modelId}/dataBundles/{dataBundleId}
delete
/models/{modelId}/dataBundles/{dataBundleId}
options
/models/{modelId}/dataBundles/{dataBundleId}
patch
/models/{modelId}/dataBundles/{dataBundleId}
get
/models/{modelId}/trainings
post
/models/{modelId}/trainings
options
/models/{modelId}/trainings
get
/models/{modelId}/trainings/{trainingId}
options
/models/{modelId}/trainings/{trainingId}
patch
/models/{modelId}/trainings/{trainingId}
get
/organizations
post
/organizations
options
/organizations
get
/organizations/{organizationId}
options
/organizations/{organizationId}
patch
/organizations/{organizationId}
get
/paymentMethods
post
/paymentMethods
options
/paymentMethods
get
/paymentMethods/{paymentMethodId}
delete
/paymentMethods/{paymentMethodId}
options
/paymentMethods/{paymentMethodId}
patch
/paymentMethods/{paymentMethodId}
get
/plans
options
/plans
get
/plans/{planId}
options
/plans/{planId}
get
/predictions
post
/predictions
options
/predictions
get
/predictions/{predictionId}
options
/predictions/{predictionId}
get
/profiles/{profileId}
options
/profiles/{profileId}
patch
/profiles/{profileId}
get
/roles
options
/roles
get
/roles/{roleId}
options
/roles/{roleId}
get
/secrets
post
/secrets
options
/secrets
delete
/secrets/{secretId}
options
/secrets/{secretId}
patch
/secrets/{secretId}
get
/transitions
post
/transitions
options
/transitions
post
/workflows
post
/workflows
Headers
Content-Type
string
required
Request body
PostWorkflows
required
completedConfig
object
description
string
nullable
emailConfig
object
errorConfig
object
metadata
object
name
string
nullable
specification
object
required
status
'development'
|
'production'
Response
200 response
Workflow
required
completedConfig
object
nullable
required
createdBy
string
nullable
required
createdTime
string
nullable
required
description
string
nullable
required
emailConfig
object
nullable
errorConfig
object
nullable
required
metadata
object
nullable
monthlyNumberOfWorkflowExecutionsAllowed
integer
monthlyNumberOfWorkflowExecutionsCreated
integer
name
string
nullable
required
numberOfRunningExecutions
integer
required
status
'development'
|
'production'
updatedBy
string
nullable
required
updatedTime
string
nullable
required
workflowId
string
required
Changes