Search all workflow draft graphs

Prev Next
Get
/v1/workflows/draft/graphs
Security
API Key: bearerToken
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Query parameters
name
string

Draft workflow name

description
string

Draft workflow description.

all_search
string

Search on name or description.

parent_graph_id
string

The final workflow from which this draft was derived.

project
string

The workflow project.

filter
string

Filter to use for items, currently supports labels, syntax: {"labels":{"key1":"value1","key2":"value2"}}

sort_by
string

Sort fields. In the format of key1:ASC,key2:DESC,key3:DESC

limit
integer

Maximum numbers of images to return.

offset
integer

Number of images to skip from start.

Responses
200
Expand All
object
metadata
object (SearchMetadata)
page
integer

Current page number

pages
integer

Total pages as per the item counts and page limit.

limit
integer

Number of items to limit in a page.

total_count
integer

Total number of unfiltered items.

filtered_count
integer

Total number of items as per the current filter.

items
Array of object (WorkflowGraph)
object
graph_id
string (uuid)
name
string
creator_id
string (uuid)
created_at
integer (int64)

Dataset creation time (seconds since epoch).

updated_at
integer (int64)

Last update UNIX timestamp (seconds since epoch).

description
string
version
integer
group_id
string (uuid)
acct_id
string (uuid)
objects
object
property*
object (WorkflowObject) additionalProperties
name
string
user_id
string (uuid)
description
string
ref
object (WorkflowObjectRef)
placeholder
object (WorkflowObjectRefPlaceholder)
kind
string
Valid values[ "dataset", "app", "script" ]
acct_id
string (uuid)
group_id
string (uuid)
dataset
object (WorkflowObjectRefDataset)
dataset_id
string (uuid)
acct_id
string (uuid)
group_id
string (uuid)
app
object (WorkflowObjectRefApp)
image_id
string (uuid)
config_id
string
acct_id
string (uuid)
group_id
string (uuid)
edges
object
property*
object (WorkflowEdge) additionalProperties
source
object (WorkflowEdgeLink)
id
string
port
string
target
object (WorkflowEdgeLink)
id
string
port
string
metadata
object (WorkflowMetadata)
nodes
object
property*
object additionalProperties
parent
object (WorkflowLinkMetadata)

The final workflow from which this draft was derived. This field may point to a deleted final workflow in which you should treat it as if it's not present.

graph_id
string (uuid)
source_version
integer
project
string
labels
object
property*
string additionalProperties
type
string

Workflow is owned or Shared

Valid values[ "OWNED", "SHARED" ]