All Products
Search
Document Center

Simple Log Service:ListLogtailPipelineConfig

Last Updated:Dec 23, 2025

Lists the names of Logtail pipeline configurations that meet specified criteria.

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 /pipelineconfigs HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

project

string

Yes

The name of the project.

test-project

offset

integer

No

The line from which to start the query.

0

size

integer

No

The number of pipeline configurations to return on each page.

20

logstoreName

string

No

The name of the Logstore.

test-logstore

configName

string

No

The name of the pipeline configuration.

logtail-config-sample

configType

string

No

Response elements

Element

Type

Description

Example

object

count

integer

The number of Logtail pipeline configurations returned on the current page.

10

total

integer

The total number of Logtail pipeline configurations in the project.

20

configs

array

The list of Logtail pipeline configurations returned on the current page.

string

The name of the Logtail pipeline configuration.

test_logstore

Examples

Success response

JSON format

{
  "count": 10,
  "total": 20,
  "configs": [
    "test_logstore"
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.