List Project Usage Fields

Lists the features, models, tags, languages, and processing method used for requests in the specified project

Path parameters

project_idstringRequired
The unique identifier of the project

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

startstringOptionalformat: "date"

Start date of the requested date range. Format accepted is YYYY-MM-DD

endstringOptionalformat: "date"

End date of the requested date range. Format accepted is YYYY-MM-DD

Response

A list of fields for a specific project
tagslist of strings or null
List of tags associated with the project
modelslist of objects or null
List of models available for the project.
processing_methodslist of strings or null
Processing methods supported by the API
featureslist of strings or null
API features available to the project

Errors