---
title: "Returns status of last executions of scheduled campaigns for the specified application"
method: GET
path: "/applications/{application}/workflows/status"
tags: ["workflows"]
---

# Returns status of last executions of scheduled campaigns for the specified application

`GET /applications/{application}/workflows/status`

## Response `200`

Most recent statuses of the workflow versions assigned to

- WorkflowExecutionStatus — Information about last time a scheduled workflow version was executed
  - `workflowVersionId` number
  - `startTime` string, date-time — ISODateTimeType, ISO8601 date format with optional time part. For instance, 1970-01-18T09:19:41.204+0000
  - `endTime` string, date-time — ISODateTimeType, ISO8601 date format with optional time part. For instance, 1970-01-18T09:19:41.204+0000
  - `estimatedCount` number — Number of users expected to execute the workflow to
  - `processedCount` number — Number of users for which a workflow has already been executed
  - `executionStatus` 'WAITING' | 'IN_PROGRESS' | 'FAILED' | 'COMPLETED'

## Other responses

- `400` — Malformed request

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/versions/20a4f732a0b7/schema)
