Get automations
Searches the Automation collection.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
contains
The value for a contains query. if the property with the key of containsField does not have a value that contains this string, then filter out the document
containsField
The field to run a contains query on
equals
The value for an equals query. if the property with the key of equalsField does not have a value that equals this string, then filter out the document
equalsField
The field to run an equals query on
startsWith
The value for a startsWith query. if the property with the key of startsWithField does not have a value that starts with this string, then filter out the document
startsWithField
The field to run a startsWith query on
limit
Number of results to return. Used for pagination.
skip
Number of results to skip. Used for pagination.
order
The sort direction: 1 for ascending or -1 for descending.
Allowed values:
sort
Field to sort by. Default is name.
Allowed values:
Response
The Automations that matched the search query.
message
A human-readable message summarizing the result of the operation
data
Any successfully retrieved information related to the request.
metadata
Any structured, wordy or machine-readable information related to the result of the operation. For success responses, this may contain information like pagination values from a search operation.
Errors
500
Internal Server Error