Get Logs Pipeline Configuration
Retrieve the current logs pipeline configuration.
Endpoint
GET /api/pipelines/logs/config
Authentication
This endpoint requires API Key authentication via the Authorization header.
Headers
Authorization: Bearer <YOUR_API_KEY>
Accept: */*Examples
Basic Request
Get current logs pipeline configuration:
curl -L \
--url 'https://api.groundcover.com/api/pipelines/logs/config' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Accept: */*'Response Example
Related Documentation
For detailed information about configuring and writing OTTL transformations, see:
Last updated
