Skip to main content
POST
/
pipeline
/
{pipeline_id}
/
log-volume-reduction
Log Volume Reduction
curl --request POST \
  --url https://api.mezmo.com/v3/pipeline/{pipeline_id}/log-volume-reduction \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "processor_title": "<string>",
  "actions": [
    {
      "drain": "<string>",
      "title": "<string>",
      "description": "<string>",
      "user_config": {}
    }
  ],
  "place_before_transform_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Path Parameters

pipeline_id
string<uuid>
required

Query Parameters

create_new_classifier_analysis
boolean
default:false

Body

application/json
processor_title
string
required
actions
object[]
required
Minimum array length: 1
place_before_transform_id
string<uuid>

Response

200

Default Response