Annotation Insights (Legacy Endpoint)
Retrieve insights about annotation jobs on Roboflow
Last updated
Was this helpful?
Retrieve insights about annotation jobs on Roboflow
Last updated
Was this helpful?
This endpoint will soon be deprecated. Please upgrade to the new endpoint:
Roboflow provides statistics on annotations associated with your workspace and projects. You can view annotation insights in the Roboflow dashboard and through the REST API.
To retrieve annotation insights for a workspace, make a GET request to the following endpoint:
This endpoint accepts the following URL parameters:
api_key
: API key for the workspace from which to retrieve statistics.
start
: Retrieve statistics starting from this date (accepts a number in milliseconds).
end
: Retrieve statistics ending from this date (accepts a number in milliseconds).
includeTicks
: When true, include graphing ticks.
projectId
: Retrieve data only for the specified project.
rawData
: When true, returns raw (un-aggregated) data for unique images labeled.
limit
: The number of records to return. rawData
must be true
.
offset
: Offset of records to be returned. rawData
must be true
.
This endpoint returns a payload with the following structure: