| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Worker Identifier

- **uuid** (required): worker unique identifier

### For Workers

- **string**: If true then data will be sanitized for workers

### Filter

- **object**: filterobject

### FromLang

- **string**: Locale-style string indicating the backend should translate relevant string values to the specified language

### ToLang

- **string**: Locale-style string indicating the backend should translate relevant string values to the specified language

### Include Archived

- **boolean**: If true, include archived task flows in the results

#### Response

``` 
200      A collection of taskFlows for a given worker with data related to the completion of the taskFlow / tasks
```

### Example Request

```bash
curl --request GET \
     --globoff \
     --url 'https://services.fountain.com/api/servicetodo/processes/taskFlows/workers/workerIdentifier/processed?filter[collate][locale]=en' \
     --header 'accept: application/json'
```

#### Try It!

Click `Try It!` to start a request and see the response here! Or choose an example:

**Response Format**: application/json

```json
200
```

---
