---
title: "Query Workflows"
method: GET
path: "/workflows"
tags: ["Workflows"]
---

# Query Workflows

`GET /workflows`

Returns list of workflows with custom statuses. Only account-wide workflows are returned.

<b>Scopes:</b> Default, amReadOnlyWorkflow, amReadWriteWorkflow, wsReadOnly, wsReadWrite

## Response `2XX`

success response

- object
  - `data` Workflow[]
    - `standard` boolean — Defines default workflow
    - `hidden` boolean — Workflow is hidden
    - `customStatuses` CustomStatus[] — Custom statuses
      - `standard` boolean, required — Defines default custom status (ignored in requests)
      - `standardName` boolean, required — Whether status name is default or not
      - `color` 'Brown' | 'DarkCyan' | 'Gray' | 'Blue' | 'DarkBlue' | 'Orange' | 'Red' | 'YellowGreen' | 'Purple' | 'Yellow' | 'Indigo' | 'DarkRed' | 'Turquoise' | 'Green' — * `Brown` - #795548 * `DarkCyan` - #009688 * `Gray` - #9E9E9E * `Blue` - #2196F3 * `DarkBlue` - #3F51B5 * `Orange` - #FF9800 * `Red` - #E91E63 * `YellowGreen` - #CDDC39 * `Purple` - #9C27B0 * `Yellow` - #FFEB3B * `Indigo` - #673AB7 * `DarkRed` - #F44336 * `Turquoise` - #00BCD4 * `Green` - #8BC34A
      - `hidden` boolean, required — Custom status is hidden
      - `name` string, required — Name (128 symbols max)
      - `id` string, required
      - `group` 'Active' | 'Deferred' | 'Completed' | 'Cancelled', required — * `Active` - Active * `Deferred` - Deferred * `Completed` - Completed * `Cancelled` - Cancelled
    - `name` string — Name (128 symbols max)
    - `description` string — Description (2000 symbols max)
    - `id` string
    - `dataUsageStatistics` DataUsageStatistics
      - `spaceDataPoints` object, required — Map<String, Datapoint> - Space data points
      - `accountDataPoints` Datapoint
        - `lastUsedOn` string — Last used on<br>Format: yyyy-MM-dd'T'HH:mm:ss'Z'
        - `timesUsedThisMonth` number, required — Number of times used this month
        - `timesUsedTotal` number, required — Total number of times used
        - `lastUsedBy` string
  - `kind` 'accounts' | 'users' | 'contacts' | 'assets' | 'eDiscoveryReport' | 'folders' | 'folderTree' | 'tasks' | 'taskIds' | 'timelogs' | 'timelogCategories' | 'timelogLockPeriods' | 'timetrackerTimers' | 'comments' | 'attachments' | 'url' | 'version' | 'dataExport' | 'dataExportSchema' | 'auditLog' | 'accessRoles' | 'stream' | 'changes' | 'posts' | 'mailSettings' | 'integrationInfo' | 'gmailIntegrationSettings' | 'workTypesForIntegrations' | 'ids' | 'backups' | 'domains' | 'dependencies' | 'workflows' | 'workschedules' | 'workscheduleExclusions' | 'workscheduleUserExclusions' | 'customfields' | 'customfieldIds' | 'customstatuses' | 'invitations' | 'notifications' | 'jobroles' | 'placeholders' | 'groups' | 'session' | 'dashboards' | 'widgets' | 'taskCreationSettings' | 'colors' | 'experiments' | 'topics' | 'topicComments' | 'webhooks' | 'reviews' | 'boards' | 'textSearch' | 'chatChannels' | 'chatMessages' | 'forms' | 'requestForms' | 'request' | 'report' | 'platformWidgets' | 'platformWidgetInstances' | 'spaces' | 'pdf' | 'customerSatisfaction' | 'asyncJob' | 'approvals' | 'highlights' | 'highlightsList' | 'highlightsSettings' | 'highlightsCard' | 'timesheet' | 'timesheetRow' | 'timesheetSubmissionRule' | 'mobileFeatures' | 'mobileSettings' | 'folderBlueprintTree' | 'taskBlueprintTree' | 'feedback' | 'timeline_snapshot' | 'contactIds' | 'bookings' | 'integrateThreshold' | 'hourlyRatesProvision' | 'hourlyRates' | 'projectTeamMembers' | 'contactsHistory' | 'tasksHistory' | 'foldersHistory' | 'activityDigest' | 'workItemTemplates' | 'workTemplates' | 'workItemMetadata' | 'workItem' | 'customItemTypes' | 'verificationCode' | 'views' | 'listView' | 'tableView' | 'userTypes' | 'reactions' | 'externalRequesters' | 'workscheduleCapacityOverrides' | 'userCapacityOverrides' | 'userCapacityExclusions' | 'rollups' | 'requestFormPrefill' | 'userAggregatedCapacity' | 'cascadingFieldSettings'

## Other responses

- `4XX` — client-side error response
- `5XX` — server-side error response

---

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