---
title: "Get recent applicant traffic for a workflow revision"
method: GET
path: "/resources/api/agent/applicantWorkflows/{id}/traffic"
tags: ["ApplicantWorkflowApiAgentResource"]
---

# Get recent applicant traffic for a workflow revision

`GET /resources/api/agent/applicantWorkflows/{id}/traffic`

Returns an approximate count of applicants recently seen on this revision's levels, to indicate whether the workflow is handling real traffic. An `applicantCount` of 0 means no recent traffic. The count is derived from level usage, so it reflects traffic on the levels this revision contains rather than executions routed specifically through this workflow.

## Path parameters

- `id` string, required

## Response `default`

default response

- WorkflowTrafficDto — Recent applicant traffic for a workflow revision. An applicantCount of 0 means the workflow is not handling traffic.
  - `applicantCount` integer — Number of applicants recently seen on this revision's levels.

---

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