Errors

StatusCodeWhen
400bad_requestInvalid input. details lists the fields or the predicate paths that failed.
401unauthorizedNo key, an unknown key, an expired sandbox.
403forbiddenThe key lacks the scope the operation needs.
404not_foundThe message names the operation that lists the thing.
409conflictA bucket or destination with that name exists; approving a capture with unresolved validation issues.
413too_largeThe message exceeds the size limit.
422unparseableThe email could not be parsed at all.
429cap_reachedA sandbox has reached its message cap.
500internalOur fault.

Over MCP, the same errors come back as isError results with the same text.

This page as Markdown.