Skip to main content
GET
/
api
/
management
/
steps
/
{step}
/
metrics
Obter métricas da etapa
curl --request GET \
  --url https://api.olie.ai/api/management/steps/{step}/metrics \
  --header 'Authorization: Bearer <token>'
{
  "response": true,
  "metrics": {
    "all_time": {
      "average_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": null
      },
      "entry_count": {
        "value": 0,
        "unit": "count",
        "meta_data": {
          "user_frequency": []
        }
      },
      "max_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": {
          "max_project_id": null
        }
      },
      "min_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": {
          "min_project_id": null
        }
      }
    },
    "last_seven_days": {
      "average_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": null
      },
      "entry_count": {
        "value": 0,
        "unit": "count",
        "meta_data": {
          "user_frequency": []
        }
      },
      "max_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": {
          "max_project_id": null
        }
      },
      "min_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": {
          "min_project_id": null
        }
      }
    },
    "last_thirty_days": {
      "average_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": null
      },
      "entry_count": {
        "value": 0,
        "unit": "count",
        "meta_data": {
          "user_frequency": []
        }
      },
      "max_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": {
          "max_project_id": null
        }
      },
      "min_time": {
        "value": 0,
        "unit": "seconds",
        "meta_data": {
          "min_project_id": null
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

step
integer
required

ID da etapa

Response

200 - application/json

Sucesso

response
boolean
metrics
object