Skip to main content
QUERY
automations(page: Int, perPage: Int, ids: [String], excludeIds: Boolean, searchValue: String, sortField: String, sortDirection: SortDirection, status: String, tagIds: [String], untagged: Boolean, folderTagId: String): [Automation]

Arguments

page
Int
perPage
Int
ids
[String]
excludeIds
Boolean
searchValue
String
sortField
String
sortDirection
status
String
tagIds
[String]
untagged
Boolean
folderTagId
String

Returns

_id
String!
ns
String
name
String
status
String
draftOf
String
hasDraft
Boolean
createdAt
Date
updatedAt
Date
createdBy
String
updatedBy
String
createdUser
updatedUser
triggers
nodes
startNodeNs
String
tagIds
[String]
tags
[Tag]
templateDescription
String
templateCategory
String
version
Int
publishedAt
Date
publishedBy
String
archivedAt
Date
previousStatus
String
Query
Response
Last modified on August 9, 2026