Get Output Status
Retrieve the status of an output connector.
Authentication
| Scheme | Type | Details |
|---|---|---|
JSON web token (JWT) or API key | Bearer token | Authorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint. |
Parameters
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
pipeline_name | string | Yes | Unique pipeline name |
view_name | string | Yes | SQL view name |
connector_name | string | Yes | Output connector name |
Response
Output connector status retrieved successfully
- objectOutput endpoint status information.
configobjectrequiredSchema definition for endpoint config that only includes the stream field.encode_errorsConnectorError[]Recent encoding errors on this endpoint.endpoint_namestringrequiredEndpoint name.fatal_errorstringThe first fatal error that occurred at the endpoint.healthobjectmetricsobjectrequiredPerformance metrics for an output endpoint.transport_errorsConnectorError[]Recent transport errors on this endpoint.
curl -X GET '/v0/pipelines/{pipeline_name}/views/{view_name}/connectors/{connector_name}/stats' \
-H 'Authorization: Bearer YOUR_TOKEN'