Skip to main content
GET
/
pipeline-data
/
{data_type}
/
Query windowed pipeline data
curl --request GET \
  --url https://acusight.io/api/pipeline-data/{data_type}/ \
  --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

start
string

RFC3339 start timestamp (inclusive)

end
string

RFC3339 end timestamp (exclusive)

id
integer<int64>

Return records with id greater than this value (pagination)

limit
integer

Max records to return (default 1000, max 5000)

Response

OK

The response is of type object.