POST
/
v1
/
voice
/
post-processing
/
{postProcessing}
/
run-logs
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/voice/post-processing/{postProcessing}/run-logs \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "run_id": "<string>",
      "last_run": "<string>",
      "agent_tools_count": 123,
      "agent_post_processing_id": "<string>",
      "agent_id": "<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

Response

200
application/json

The response is of type object.