Shops > Workflows > workflowsExecsPage
Commerce APIShopsWorkflowsworkflowsExecsPage
workflowsExecsPage
GET:workflows/execs/page.json

Description

Get workflows executions page.

See also: Pagination.

Permission bit: "workflows.read"

Topic: Workflows

Arguments

last_key: String

Key of the last item from previous page. See also: Pagination


limit: Int

Return up to N entries (pagination). See also: Pagination


offset: Int

Skip N entries (pagination). See also: Pagination


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


workflow_id: String!

Filter results by a workflow id


Result

WorkflowExecPage

Preview (typescript)

Loading module