Skip to main content
GET
/
analytics
/
pipelines
Fetch pipeline analytics (admin only)
curl --request GET \
  --url https://api.artosai.com/analytics/pipelines \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pipelineId
string
userId
string
timeRange
enum<string>
Available options:
daily,
weekly,
monthly

Response

200 - application/json

Pipeline analytics

The response is of type object.