List all processes
Retrieve information about all processes.
query Parameters
project_idList processes belonging to this project ID. (UUID format)
application_idList processes that have been created for this application.
tagsList processes with these tags.
pagePage number.
page_sizeMaximum number of processes to return per page.
order_bySort order of the returned processes.
List all processes › Responses
total_countTotal number of processes.
List of processes.
Create a process
Create a new process for the specified application on a specified platform.
Create a process › Request Body
project_idID of the project in which the process was created. (UUID format)
platform_idID of the platform for which the process was created.
application_idID of the application for which the process was created.
nameName of the process.
inputProcess parameters in JSON format.
tagsTags of the process.
Create a process › Responses
idUnique ID of the process.
nameName of the process.
application_idApplication ID for which the process has been created.
platform_idPlatform ID for which the process has been created.
attached_session_idsList of sessions generated by the process.
created_atTime at which the process was created. (RFC 3339 format)
started_atTime at which the process started. (RFC 3339 format)
updated_atTime at which the process was updated. (RFC 3339 format)
finished_atTime at which the process was finished. (RFC 3339 format)
statusStatus of the process.
project_idProject ID in which the process has been created. (UUID format)
tagsTags of the process.
progressProgress of the process, from 0 to 1.
progress_messageAny progress of the process.
inputInput payload of the process as JSON string.
Get process information
Retrieve information about the provided process ID, such as name, status and progress.
path Parameters
process_idUnique ID of the process.
Get process information › Responses
idUnique ID of the process.
nameName of the process.
application_idApplication ID for which the process has been created.
platform_idPlatform ID for which the process has been created.
attached_session_idsList of sessions generated by the process.
created_atTime at which the process was created. (RFC 3339 format)
started_atTime at which the process started. (RFC 3339 format)
updated_atTime at which the process was updated. (RFC 3339 format)
finished_atTime at which the process was finished. (RFC 3339 format)
statusStatus of the process.
project_idProject ID in which the process has been created. (UUID format)
tagsTags of the process.
progressProgress of the process, from 0 to 1.
progress_messageAny progress of the process.
inputInput payload of the process as JSON string.
Update process information
Update process information of the provided process ID.
path Parameters
process_idUnique ID of the process.
Update process information › Request Body
nameName of the process.
tagsTags of the process.
Update process information › Responses
idUnique ID of the process.
nameName of the process.
application_idApplication ID for which the process has been created.
platform_idPlatform ID for which the process has been created.
attached_session_idsList of sessions generated by the process.
created_atTime at which the process was created. (RFC 3339 format)
started_atTime at which the process started. (RFC 3339 format)
updated_atTime at which the process was updated. (RFC 3339 format)
finished_atTime at which the process was finished. (RFC 3339 format)
statusStatus of the process.
project_idProject ID in which the process has been created. (UUID format)
tagsTags of the process.
progressProgress of the process, from 0 to 1.
progress_messageAny progress of the process.
inputInput payload of the process as JSON string.
Cancel a running process
Cancel a process by its unique ID. Intermediate results are still available.
path Parameters
process_idUnique ID of the process.
Cancel a running process › Responses
idUnique ID of the process.
nameName of the process.
application_idApplication ID for which the process has been created.
platform_idPlatform ID for which the process has been created.
attached_session_idsList of sessions generated by the process.
created_atTime at which the process was created. (RFC 3339 format)
started_atTime at which the process started. (RFC 3339 format)
updated_atTime at which the process was updated. (RFC 3339 format)
finished_atTime at which the process was finished. (RFC 3339 format)
statusStatus of the process.
project_idProject ID in which the process has been created. (UUID format)
tagsTags of the process.
progressProgress of the process, from 0 to 1.
progress_messageAny progress of the process.
inputInput payload of the process as JSON string.
List all results of a process
Retrieve all intermediate and final result of a process.
path Parameters
process_idID of the process.
query Parameters
pagePage number.
page_sizeMaximum number of results to return per page.
order_bySort order of the returned results.
List all results of a process › Responses
total_countTotal number of results.
List of results.