Skip to main content
GET
/
api
/
v1
/
inventory
/
metrics
/
flock
/
{flockId}
Get all recorded metrics for a flock Includes weight gain, feed efficiency, a...
curl --request GET \
  --url http://localhost:3000/api/v1/inventory/metrics/flock/{flockId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

flockId
string
required

flockId identifier

Response

OK

Resource data (object or array depending on endpoint).