Skip to main content
apiguide.dev

HTTP 208 — Already Reported

Used inside a 207 Multi-Status response to avoid repeatedly enumerating the same bound resource.

Status CodeHTTP 208
CategorySuccess (2xx)
API Error Subtypes0 error schemas
HTTP Headers0 headers

What does HTTP status code 208 mean?

The 208 Already Reported status code is used inside a 207 Multi-Status response to indicate that the members of a DAV binding have already been enumerated in a preceding part of the same response, and are not being included again to avoid infinite repetition.

When to use it in APIs

Defined by RFC 5842 for WebDAV Binding Extensions, where a single resource can be reached through multiple bindings (similar to hard links). When enumerating a collection that contains repeated bindings, a server sends 208 for a resource it has already reported rather than duplicating its full status entry.

How it compares to other codes

  • 207 Multi-Status: The parent response wrapper that carries multiple statuses, one of which may be 208 for an already-listed resource.

Specific API Error Types for 208

No specific Problem+JSON schemas have been defined for HTTP 208 on apiguide.dev yet.

Associated HTTP Headers

No specific HTTP headers are explicitly linked to HTTP 208 in our directory yet.

Related HTTP Status Codes