Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The automation ID |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
limit | number | Number of logs to return (1–200, default: 50) |
cursor | string | Pagination cursor from previous response |
Response
| Field | Type | Description |
|---|---|---|
items | array | Array of log entries |
nextCursor | string | null | Pass this as cursor to get the next page. null means no more pages. |
| Field | Type | Description |
|---|---|---|
id | string | Log entry ID |
state | string | SUCCESS or FAILED |
matchedKeyword | string | null | The keyword that triggered this run |
triggerPayload | string | JSON snapshot of the event that triggered the automation |
errorMessage | string | null | Error detail if state is FAILED |
externalRefId | string | null | ID returned by Instagram for the sent message |
createdAt | string | ISO 8601 timestamp |