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