/
RO
rowansci
/
eyrie
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 5h ago
Details
Filter operations
admin
37
api_key
7
calculation
7
convert
15
credits
2
cron
5
external
17
folder
11
health
1
molecule
4
oauth
6
orbitals
1
organization
36
pipeline
4
pipeline_run
4
project
18
protein
12
scim
8
shared
12
structure
3
structure_bucket
4
token
20
trajectory
5
transaction
5
user
24
worker
34
workflow
30
post
Will Be Dispatched
post
Dispatch Information
post
Batch Submit Workflow
post
Submit Workflow Group
post
Submit Batch
get
Get Workflows
post
Create Workflow
post
Batch Retrieve Workflow Statuses
post
Batch Retrieve Workflows
post
Move Workflow
get
Get Sidebar Workflows
get
Get Workflow Status Counts
get
Read Workflow No Object Data
get
Download Msa Files
get
Read Workflow
post
Update Workflow
delete
Delete Workflow
get
Get Workflow Viewers
post
Create Workflow Viewers
delete
Delete Workflow Viewer
patch
Update Workflow Viewer
post
Submit Draft
post
Remove Credit Limit
post
Update Draft
post
Temporarily Share Workflow
post
End Temporary Share Workflow
delete
Delete Workflow Data
post
Stop Workflow
get
Get Contents
post
Add Structure
get
Metrics
workflow
Batch Retrieve Workflows
Retrieve multiple workflows by their UUIDs.
post
/workflow/batch_retrieve
Cookies
access_token
string
nullable
Request body
WorkflowBatchRetrieveRequest
required
uuids
string[]
required
Response
Successful Response
Workflow[]
required
name
string
nullable
parent_uuid
string
nullable
notes
string
nullable
starred
boolean
nullable
public
boolean
nullable
shared_with_rowan
boolean
nullable
object_type
string
required
object_data
object
nullable
email_when_complete
boolean
nullable
max_credits
integer
nullable
created_at
string
date-time
required
updated_at
string
date-time
nullable
started_at
string
date-time
nullable
completed_at
string
date-time
nullable
queued_at
string
date-time
nullable
deleted_at
string
date-time
nullable
uuid
string
required
elapsed
number
nullable
credits_charged
number
required
object_status
integer
nullable
object_logfile
string
required
is_free
boolean
user_uuid
string
nullable
resubmitted_from_uuid
string
nullable
submission_group_uuid
string
nullable
run_by_username
string
nullable
public_until
string
date-time
nullable
compute_hardware
string
nullable
retry_count
integer
is_temporarily_public
boolean
required
Changes