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

#### URL Expired

The URL for this request expired after 30 days.

| Field                  | Type     | Required | Description                                       |
|-----------------------|----------|----------|---------------------------------------------------|
| companyUuid           | uuid     | required | Unique identifier for the company                  |
| agentName             | string   | required | Name of the agent                                  |
| exAgentId            | integer  | required | Internal ExAgent ID                                |
| exAgentThreadId      | integer  | required | Internal ExAgent Thread ID                          |
| exAgentUuid          | uuid     |          | External ExAgent UUID                              |
| exAgentThreadUuid     | uuid     |          | External ExAgent Thread UUID                        |
| userId               | string   |          | User ID who triggered the tool call                |
| userEmail            | string   |          | User email who triggered the tool call             |
| actionType           | string   |          | Action type (if applicable)                        |
| output                | string   |          | Serialized output of the tool call                 |
| status                | string   |          | Status of the tool call                            |
| annotations           | object   |          | Any extra metadata annotations                      |

# ``201      One or many copilotAuditLog documents created. Wrapped in a JsonAPI root response.

# ``500      default error response

---

```

curl --request POST \
     --url https://services.fountain.com/api/serviceorganizations/copilotAuditLogs \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

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

application/json

``201``500
