Skip to main content
POST
/
v3
/
automations
/
queries
/
samples
Sample Automation Query Result
curl --request POST \
  --url http://localhost/api/v3/automations/queries/samples \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "now": "2023-11-07T05:31:56Z",
  "arguments": [
    {
      "name": "<string>",
      "value": "<string>"
    }
  ]
}
'
[
  "<unknown>"
]

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
query
string
required
now
string<date-time>
arguments
object[]
Minimum array length: 1

Response