HTTP 208 — Already Reported

The members of a DAV binding have already been enumerated in a previous reply to this request, and are not being included again

When to use it

Use status 208 when this is the correct HTTP response semantic: The members of a DAV binding have already been enumerated in a previous reply to this request, and are not being included again

Request and response example

GET /resource HTTP/1.1
Host: api.example.com

HTTP/1.1 208 Already Reported
Content-Type: application/json

Related status codes

200, 201, 202, 203

References

MDN · RFC 9110