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

#### URL Expired

The URL for this request expired after 30 days.

### Free Text Object

- **freeText**: object

### Search Filter

- **searchFilter**: string

### Limit

- **limit**: integer (0 to 500)

### Skip

- **skip**: integer (≥ 0)

### Sort

- **sort**: array of objects

### Request Example

# `200 Atlas Search-backed list of workerComplianceProfiles`

```bash
curl --request POST \
     --url https://services.fountain.com/api/servicecompliancev2/workerComplianceProfiles/search \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Response

```json
{    "status": 200,    "message": "Updated 2 months ago"}
```
