keelwave
API ReferenceAgent

Step counts grouped by step_type

GET
/projects/{projectID}/agent/steps/distribution

Authorization

ApiKeyAuth
Authorization<token>

Format: "Bearer kw_"

In: header

Path Parameters

projectID*string

Project UUID

Query Parameters

from?string

RFC3339, default now - 30d

to?string

RFC3339, default now

Response Body

application/json

curl -X GET "https://example.com/projects/string/agent/steps/distribution"
[  {    "count": 0,    "step_type": "string"  }]