Invalid record identifier

The provided record_id is invalid.

  • Error type: bloomreach/datahub/item-collections/records/record-id-invalid
  • HTTP status code: 400
  • Class: InvalidRecordId
  • Context fields in error response:
    • record_id — string

Error response example

{
  "title": "Invalid record identifier",
  "type": "bloomreach/datahub/item-collections/records/record-id-invalid",
  "status": 400,
  "detail": "The record identifier 'invalid' is invalid. Record ID should be between 1 and 256 characters long.",
  "context": {
    "record_id": "invalid"
  }
}

⬅️ Back to all errors