Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The post processing ID
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>"
}
]
}
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.
The post processing ID
Show child attributes