POST
/
v1
/
voice
/
post-processing
/
{postProcessing}
/
tool-logs
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/voice/post-processing/{postProcessing}/tool-logs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "data": [
    {
      "agent_id": "<string>",
      "created_at": "<string>",
      "call_id": "<string>",
      "agent_tool_id": "<string>",
      "meta": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

postProcessing
string<uuid>
required

The post processing ID

Body

application/json

Response

200
application/json

The response is of type object.