Skip to main content
Batch prediction endpoints return RFC 9457 problem details (application/problem+json). The results stream also embeds the same shape inside each result line’s error field when an individual item fails.

Problem detail shape

Validation errors include an errors array with JSON pointers into the request body. Item-level validation errors include custom_id when Datagrid can associate the issue with a submitted item.

Error type registry

Example: rate-limited create request

When present, inspect X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, RateLimit-Policy, RateLimit, and Retry-After response headers before retrying.

Example: cleaned results

Example: streamed item failure