Skip to main content

Idempotency

Use Idempotency-Key on non-GET write requests when a network timeout could leave you unsure whether the request succeeded.

When to use it

Send an idempotency key for create, update, and delete jobs that your system may retry automatically:

Replay behavior

TPC stores successful JSON responses for 24 hours. Keys are scoped to the organization, route, method, and request body hash.

Retry example