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>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The post processing ID
The response is of type object.
object