All Products
Search
Document Center

Simple Log Service:ListConsumeProcessors

Last Updated:Jan 26, 2026

Retrieves a list of consume processors that match the specified parameters.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /consumeprocessors HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

project

string

Yes

The name of the project.

test-project

processorName

string

No

The identity of the consume processor.

consume-processor-1

displayName

string

No

The display name of the consume processor.

filter-get-request

offset

string

No

The offset of the query. The default value is 0.

0

size

string

No

The number of entries to return. The default value is 200.

100

Response elements

Element

Type

Description

Example

object

The response schema.

total

integer

The total number of consume processors that meet the query conditions.

20

count

integer

The number of consume processors returned in the current response.

10

processors

array

The list of consume processors.

ConsumeProcessor

The information about the consume processor.

Examples

Success response

JSON format

{
  "total": 20,
  "count": 10,
  "processors": [
    {
      "processorName": "consume-processor-1",
      "displayName": "字段过滤处理",
      "description": "过滤content字段",
      "configuration": {
        "spl": "* | project content"
      },
      "createTime": 1717171200,
      "updateTime": 1717171200
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.