{"uid":"cap_iu0jDMYRUvR86v9Z_Iulj","slug":"bounty-signals-job-health-api-07d63c0a","name":"Bounty Signals Job Health API","description":"Answer whether an agent can claim a stored bounty job and show its observed health history before it spends a claim. Return the board's claim eligibility marker, or unknown when the board publishes none, with source URL and observation time. Also return observed states, transitions, submission and pass counts, reopen-after-accept events, observation count, and as_of. Coverage is BountyBook, Taskmarket, and Superteam. The paid answer adds stored history; it does not infer eligibility.","url":"https://bounty-signals.krimskrams.xyz/v1/job-health","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","title":"JobHealthParams","required":["platform","job_id"],"properties":{"job_id":{"type":"string","title":"Job Id","pattern":"^[A-Za-z0-9_-]+$","maxLength":200,"minLength":1},"platform":{"enum":["bountybook","taskmarket","superteam"],"type":"string","title":"Platform"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","title":"JobHealthResponse","properties":{"as_of":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"As Of"},"job_id":{"type":"string","title":"Job Id"},"platform":{"type":"string","title":"Platform"},"seen_open":{"type":"object","title":"ObservedFact","properties":{"value":{"type":"boolean","title":"Value"},"source_urls":{"type":"array","items":{"type":"string"},"title":"Source Urls"}}},"pass_counts":{"type":"array","items":{"type":"object","title":"CountObservation","properties":{"count":{"type":"integer","title":"Count"},"source_url":{"type":"string","title":"Source Url"},"observed_at":{"type":"string","title":"Observed At","format":"date-time"}}},"title":"Pass Counts"},"observations":{"type":"integer","title":"Observations"},"seen_accepted":{"type":"object","title":"ObservedFact","properties":{"value":{"type":"boolean","title":"Value"},"source_urls":{"type":"array","items":{"type":"string"},"title":"Source Urls"}}},"claim_eligibility":{"type":"object","title":"ClaimEligibilityFact","properties":{"value":{"type":"string","title":"Value"},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Url"},"observed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Observed At"}}},"state_transitions":{"type":"array","items":{"type":"object","title":"StateTransition","properties":{"to_state":{"type":"string","title":"To State"},"from_state":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From State"},"source_url":{"type":"string","title":"Source Url"},"observed_at":{"type":"string","title":"Observed At","format":"date-time"}}},"title":"State Transitions"},"submission_counts":{"type":"array","items":{"type":"object","title":"CountObservation","properties":{"count":{"type":"integer","title":"Count"},"source_url":{"type":"string","title":"Source Url"},"observed_at":{"type":"string","title":"Observed At","format":"date-time"}}},"title":"Submission Counts"},"reopen_after_accept_events":{"type":"array","items":{"type":"object","title":"ReopenEvent","properties":{"accepted_at":{"type":"string","title":"Accepted At","format":"date-time"},"reopened_at":{"type":"string","title":"Reopened At","format":"date-time"},"accepted_source_url":{"type":"string","title":"Accepted Source Url"},"reopened_source_url":{"type":"string","title":"Reopened Source Url"}}},"title":"Reopen After Accept Events"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","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.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_YFr1800xS259c-XoUG9yi","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns observed health and settlement history for a specific bounty job, including state transitions, submission counts, acceptance events, and reopen-after-accept signals.","exampleAgentPrompt":"Before I submit to that bounty, can you check the job health for job ID 'abc123' on Superteam — is it still open, has it been accepted before, and how many times has it been passed?","exampleUseCases":[{"title":"Pre-claim risk check on Superteam","prompt":"I'm about to claim bounty 'sol-grant-q3' on Superteam — can you pull its health report and tell me if it's been accepted before or reopened after acceptance so I know it's safe to spend time on?"},{"title":"Bounty pass-count analysis on Bountybook","prompt":"How many times has job 'design-v2-final' on Bountybook been passed over? I want to know if it's a lemon before I try to claim it."},{"title":"State transition history for Taskmarket job","prompt":"Can you get the full state transition history for job ID 'tm-task-8821' on Taskmarket? I want to see every status change that's been observed and the source URLs backing them up."}],"resultDescription":"Returns a JSON object containing: the platform and job_id, a boolean seen_open fact with source URLs, a boolean seen_accepted fact with source URLs, an array of state transitions (from_state, to_state, observed_at, source_url), pass_counts as timestamped observations, total observation count, and an as_of timestamp indicating data freshness.","failureModes":["Invalid or unknown job_id returns empty or null health data","Platform enum mismatch causes validation error","Job has never been observed, returning zero observations and null as_of","Stale data if the job was recently created and not yet crawled","Rate limiting or payment failure (x402) if USDC balance is insufficient"],"whenToPreferThis":"Use this endpoint when an AI agent needs to evaluate the risk of claiming a bounty before committing effort — specifically when operating on Bountybook, Taskmarket, or Superteam platforms. It is the right choice when you need multi-signal health data (open status, acceptance history, state transitions, pass counts) aggregated from observed sources rather than a live platform API call.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:31:02.208Z","isFirstParty":false}