Skip to main content

Retrieve the status of an input connector.

Retrieve the status of an input connector.

Path Parameters
pipeline_name string REQUIRED

Unique pipeline name

table_name string REQUIRED

Unique table name

connector_name string REQUIRED

Unique input connector name

Responses
200

Input connector status retrieved successfully

Schema OPTIONAL
object
404

Pipeline, table and/or input connector with that name does not exist

Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

500
Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

503
Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

get_pipeline_input_connector_status
GET /v0/pipelines/:pipeline_name/tables/:table_name/connectors/:connector_name/stats
pipeline_name — path
table_name — path
connector_name — path
curl -L 'https://docs.feldera.com/v0/pipelines/:pipeline_name/tables/:table_name/connectors/:connector_name/stats' \
-H 'Accept: application/json'