List workflow actions

List workflow actions

Endpoint

GET https://embedworkflow.com/api/v1/workflows/{workflow_id}/actions

Path Parameters

workflow_id string, required

Filter results by workflow id

Query Parameters

starting_after string, optional

Cursor for pagination - return results after this ID

ending_before string, optional

Cursor for pagination - return results before this ID

limit integer, optional

Number of items to return (max 100)

Response

Returns successful.

Response Properties

collection array

No description available

meta object

No description available

Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
  "collection": [
    {
      "hashid": "qjee8",
      "completed_at": null,
      "completed_at_string": null,
      "completed_at_utc": null,
      "execution_id": "01980228-b4ff-7136-a356-db2f65345415",
      "failed_at": null,
      "failed_at_string": null,
      "failed_at_utc": null,
      "failure_note": null,
      "log": {},
      "name": "E",
      "node_id": "pZPDKy",
      "object": "action",
      "run_at": null,
      "run_at_string": null,
      "run_at_utc": null,
      "status": "idle",
      "stopped_at": null,
      "stopped_at_string": null,
      "stopped_at_utc": null,
      "uuid": "01980228-b514-7b67-a9b6-d787a993d627"
    },
    {
      "hashid": "38bb3",
      "completed_at": null,
      "completed_at_string": null,
      "completed_at_utc": null,
      "execution_id": "01980228-b4ff-7136-a356-db2f65345415",
      "failed_at": null,
      "failed_at_string": null,
      "failed_at_utc": null,
      "failure_note": null,
      "log": {},
      "name": "D",
      "node_id": "yFJsz0",
      "object": "action",
      "run_at": null,
      "run_at_string": null,
      "run_at_utc": null,
      "status": "idle",
      "stopped_at": null,
      "stopped_at_string": null,
      "stopped_at_utc": null,
      "uuid": "01980228-b510-7ae4-a233-f61145cb9834"
    },
    {
      "hashid": "eeoo3",
      "completed_at": null,
      "completed_at_string": null,
      "completed_at_utc": null,
      "execution_id": "01980228-b4ff-7136-a356-db2f65345415",
      "failed_at": null,
      "failed_at_string": null,
      "failed_at_utc": null,
      "failure_note": null,
      "log": {},
      "name": "C",
      "node_id": "lRXAwk",
      "object": "action",
      "run_at": null,
      "run_at_string": null,
      "run_at_utc": null,
      "status": "idle",
      "stopped_at": null,
      "stopped_at_string": null,
      "stopped_at_utc": null,
      "uuid": "01980228-b50c-7824-99d4-70e0a4019f0b"
    },
    {
      "hashid": "eeoo3",
      "completed_at": null,
      "completed_at_string": null,
      "completed_at_utc": null,
      "execution_id": "01980228-b4ff-7136-a356-db2f65345415",
      "failed_at": null,
      "failed_at_string": null,
      "failed_at_utc": null,
      "failure_note": null,
      "log": {},
      "name": "C",
      "node_id": "lRXAwk",
      "object": "action",
      "run_at": null,
      "run_at_string": null,
      "run_at_utc": null,
      "status": "idle",
      "stopped_at": null,
      "stopped_at_string": null,
      "stopped_at_utc": null,
      "uuid": "01980228-b50c-7824-99d4-70e0a4019f0b"
    },
    {
      "hashid": "8qppw",
      "completed_at": null,
      "completed_at_string": null,
      "completed_at_utc": null,
      "execution_id": "01980228-b4ff-7136-a356-db2f65345415",
      "failed_at": null,
      "failed_at_string": null,
      "failed_at_utc": null,
      "failure_note": null,
      "log": {},
      "name": "B",
      "node_id": "Dmj7G7",
      "object": "action",
      "run_at": null,
      "run_at_string": null,
      "run_at_utc": null,
      "status": "idle",
      "stopped_at": null,
      "stopped_at_string": null,
      "stopped_at_utc": null,
      "uuid": "01980228-b508-7861-b60c-0aaa01050018"
    },
    {
      "hashid": "dzjja",
      "completed_at": null,
      "completed_at_string": null,
      "completed_at_utc": null,
      "execution_id": "01980228-b4ff-7136-a356-db2f65345415",
      "failed_at": null,
      "failed_at_string": null,
      "failed_at_utc": null,
      "failure_note": null,
      "log": {},
      "name": "A",
      "node_id": "7PdvPo",
      "object": "action",
      "run_at": null,
      "run_at_string": null,
      "run_at_utc": null,
      "status": "idle",
      "stopped_at": null,
      "stopped_at_string": null,
      "stopped_at_utc": null,
      "uuid": "01980228-b504-7c4f-a1c4-d94216d8b12d"
    }
  ],
  "meta": {
    "page_limit": 25,
    "has_next_page": false,
    "has_previous_page": false
  }
}