Skip to main content
GET
/
pipeline-data
/
{data_type}
/
stream
Stream pipeline data forward-only
curl --request GET \
  --url https://acusight.io/api/pipeline-data/{data_type}/stream \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

data_type
enum<string>
required

Data type

Available options:
events,
metrics

Query Parameters

after
string

Cursor in the form ingestion_time|id (RFC3339Nano|int64)

end
string

RFC3339 end timestamp (exclusive)

limit
integer

Max records to return (default 1000, max 5000)

Response

OK

The response is of type object.