ListClosedWorkflowExecutionsInput

AutomationTask CoordinationWorkflows

Properties

Name Type Description
domain object
startTimeFilter object
closeTimeFilter object
executionFilter object
closeStatusFilter object
typeFilter object
tagFilter object
nextPageToken object
maximumPageSize object
reverseOrder object
View JSON Schema on GitHub

JSON Schema

amazon-swf-listclosedworkflowexecutionsinput-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "domain"
  ],
  "title": "ListClosedWorkflowExecutionsInput",
  "properties": {
    "domain": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": "The name of the domain that contains the workflow executions to list."
        }
      ]
    },
    "startTimeFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExecutionTimeFilter"
        },
        {
          "description": "<p>If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.</p> <note> <p> <code>startTimeFilter</code> and <code>closeTimeFilter</code> are mutually exclusive. You must specify one of these in a request but not both.</p> </note>"
        }
      ]
    },
    "closeTimeFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExecutionTimeFilter"
        },
        {
          "description": "<p>If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.</p> <note> <p> <code>startTimeFilter</code> and <code>closeTimeFilter</code> are mutually exclusive. You must specify one of these in a request but not both.</p> </note>"
        }
      ]
    },
    "executionFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowExecutionFilter"
        },
        {
          "description": "<p>If specified, only workflow executions matching the workflow ID specified in the filter are returned.</p> <note> <p> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> </note>"
        }
      ]
    },
    "closeStatusFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloseStatusFilter"
        },
        {
          "description": "<p>If specified, only workflow executions that match this <i>close status</i> are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.</p> <note> <p> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> </note>"
        }
      ]
    },
    "typeFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowTypeFilter"
        },
        {
          "description": "<p>If specified, only executions of the type specified in the filter are returned.</p> <note> <p> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> </note>"
        }
      ]
    },
    "tagFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagFilter"
        },
        {
          "description": "<p>If specified, only executions that have the matching tag are listed.</p> <note> <p> <code>closeStatusFilter</code>, <code>executionFilter</code>, <code>typeFilter</code> and <code>tagFilter</code> are mutually exclusive. You can specify at most one of these in a request.</p> </note>"
        }
      ]
    },
    "nextPageToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PageToken"
        },
        {
          "description": "<p>If <code>NextPageToken</code> is returned there are more results available. The value of <code>NextPageToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a <code>400</code> error: \"<code>Specified token has exceeded its maximum lifetime</code>\". </p> <p>The configured <code>maximumPageSize</code> determines how many results can be returned in a single call. </p>"
        }
      ]
    },
    "maximumPageSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PageSize"
        },
        {
          "description": "The maximum number of results that are returned per call. Use <code>nextPageToken</code> to obtain further pages of results. "
        }
      ]
    },
    "reverseOrder": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReverseOrder"
        },
        {
          "description": "When set to <code>true</code>, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions."
        }
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-swf-listclosedworkflowexecutionsinput"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.