Onvo Documentation
APIs
Automations
Get:Get All Automations

Get all automations

GET
/
api
/
automations

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

[
    {
        "id": "a8a95eeb-a54c-42eb-8d41-276217368105",
        "created_at": "2024-01-22T13:09:16.847+00:00",
        "last_updated_at": "2024-01-22T13:09:16.847+00:00",
        "created_by": {
            "id": "5899f99d-a449-4bfa-8769-19c097aaf1f6",
            "updated_at": "2024-01-17T10:14:12.62603+00:00",
            "full_name": "Ronnel Davis",
            "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
            "email": "ronneldavis1996@gmail.com",
            "phone_number": "8075065108"
        },
        "last_run_at": null,
        "next_run_at": null,
        "title": "First automation",
        "description": "",
        "dashboard": {
            "id": "c5d37456-a042-4177-ab5f-69563f07937d",
            "title": "Sample E-commerce dashboard"
        },
        "output_format": "link",
        "schedule": "",
        "recipient_type": "internal",
        "email_format": "",
        "email_subject": "",
        "recipients": [],
        "team": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead",
        "enabled": false,
        "last_updated_by": {
            "id": "5899f99d-a449-4bfa-8769-19c097aaf1f6",
            "updated_at": "2024-01-17T10:14:12.62603+00:00",
            "full_name": "Ronnel Davis",
            "avatar_url": "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png",
            "email": "ronneldavis1996@gmail.com",
            "phone_number": "8075065108"
        },
        "timezone": "Asia/Calcutta"
    }
]