{"uid":"cap_hMfYGOF5k9s09a_hQnakC","slug":"x402-shizu-me-durable-cron-timer-e0dd836b","name":"x402.shizu.me Durable Cron Timer","description":"A durable timer for stateless agents. POST {interval_seconds, count} registers a schedule; GET ?id= returns the ticks that have accrued since your last poll (computed on read — no work runs in the background). An agent can't schedule its own future wake; poll this to know how many intervals have elapsed.","url":"https://x402.shizu.me/cron","method":"GET","headers":{},"bodySchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"type":"object","required":["method"],"properties":{"method":{"const":"GET"},"queryParams":{"type":"object","required":["id"],"properties":{"id":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"id":"Xy7…","poll":"GET /cron?id=Xy7…","count":12,"interval":300,"first_tick_in":300}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm__odOdNMFFbXHfxQ57ZC0s","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns the number of intervals elapsed since last poll for a registered schedule, enabling stateless agents to track time passage without background processes.","exampleAgentPrompt":"Check how many 60-second intervals have elapsed on my cron schedule since I last polled — my schedule ID is abc123.","exampleUseCases":null,"resultDescription":"Returns the number of intervals (ticks) that have accrued since the last poll for the given schedule ID, computed on-demand at read time with no background processing required.","failureModes":["Unknown or expired schedule ID returns an error or zero ticks","Missing id parameter causes a bad request response","Payment failure results in 402 response requiring USDC payment","Stale or invalid schedule registration causes incorrect tick counts","Network timeout before response is returned"],"whenToPreferThis":"Use this endpoint when you need a stateless, poll-based timer for an AI agent that cannot schedule its own future wake-up calls. Ideal for agents running in serverless or ephemeral environments where background workers are unavailable and you need to know how many intervals have elapsed since the last check.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:32:07.163Z","isFirstParty":false}