Workflows
Retrieves all workflows for the authenticated user.
Authorizations
Responses
200Success
401
ErrorResponse defines a common error response structure.
500
ErrorResponse defines a common error response structure.
post
POST /api/workflows/list HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Creates a new workflow from the provided definition.
Authorizations
Body
stringOptional
Responses
202Success
400
ErrorResponse defines a common error response structure.
401
ErrorResponse defines a common error response structure.
500
ErrorResponse defines a common error response structure.
post
POST /api/workflows/create HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"
No content
Deletes a workflow by its unique identifier.
Authorizations
Path parameters
idstringRequired
Unique identifier of the workflow to delete
Responses
200Success
400
ErrorResponse defines a common error response structure.
401
ErrorResponse defines a common error response structure.
500
ErrorResponse defines a common error response structure.
delete
DELETE /api/workflows/{id} HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated