For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Custom Metadata Schema

Retrieve the schema of custom metadata fields that have been used in events for a given use case. This is useful for discovering what metadata fields are available for filtering in query requests.

Required scope: vision-events:read or device:read

Get Custom Metadata Schema

get

Retrieve the schema of custom metadata fields for a given use case.

Authorizations
AuthorizationstringRequired

Roboflow API key passed as a Bearer token.

Path parameters
useCaseIdstringRequired

The use case ID.

Responses
200

Metadata schema.

application/json
solutionstringOptional
get/vision-events/custom-metadata-schema/{useCaseId}

Path Parameters

  • :useCaseId (string, required): The use case ID.

Example Request

Example Response

Each field in the fields object includes:

  • types (array of strings): The data types observed for this field, each one of string, number, or boolean. A field may have multiple types if different events used different types for the same key.

Last updated

Was this helpful?