GuideLab API

Get Automation

GET
/automations/{id}

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/automations/string"
{  "automation": {    "id": "string",    "labId": "string",    "name": "string",    "description": "string",    "triggerType": "string",    "triggerConfig": {      "property1": null,      "property2": null    },    "flowDefinition": {      "property1": null,      "property2": null    },    "activeRevisionId": "string",    "archivedAt": "string",    "isActive": true,    "sortOrder": 0,    "createdAt": "string",    "updatedAt": "string"  }}
Empty
Empty