List scheduled actions

List scheduled actions

Endpoint

GET https://embedworkflow.com/api/v1/actions/scheduled

Path Parameters

status string, required

Filter results by status

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)

execution_id string, optional

Filter results by execution id

workflow_id string, optional

Filter results by workflow id

Response

Returns successful.

Response Properties

collection array

No description available

meta object

No description available

Response
1
2
3
4
5
6
7
8
{
  "collection": [],
  "meta": {
    "page_limit": 25,
    "has_next_page": false,
    "has_previous_page": false
  }
}