Retry Job
Retry one failed Rankhog job as a fresh scheduled run. Only failed jobs can be retried. Cache policy: live. Idempotency: required. Auth modes: api_key, mcp_oauth, session_bearer.
Retry one failed Rankhog job as a fresh scheduled run. Only failed jobs can be retried. Cache policy: live. Idempotency: required. Auth modes: api_key, mcp_oauth, session_bearer.
Rankhog organization API key sent as Authorization: Bearer rhog_....
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/agent/v1/jobs/retry" \ -H "Content-Type: application/json" \ -d '{ "idempotencyKey": "retry-job-2026-06-17-001", "jobId": "job_2x9rnkhdemo", "organizationId": "org_2x9rnkhdemo" }'{ "cancelledAt": null, "id": "job_2x9retry", "scheduledAt": "2026-06-17T12:10:00.000Z", "status": "scheduled", "type": "reddit.execute_planned_action"}{ "error": { "code": "agentic_invalid_input", "details": { "issues": [ { "code": "invalid_type", "message": "Expected string, received undefined.", "path": [ "organizationId" ] } ] }, "message": "Request body did not match the agentic capability schema." }}{ "error": { "code": "agentic_unauthorized", "message": "Authenticate before using Rankhog agentic capabilities." }}{ "error": { "code": "agentic_missing_scope", "details": { "missingScopes": [ "rankhog:read", "jobs:write" ] }, "message": "Missing required OAuth scope: rankhog:read, jobs:write." }}{ "error": { "code": "agentic_job_not_found", "message": "Job not found." }}{ "error": { "code": "agentic_job_not_retryable", "message": "Only failed jobs can be retried." }}{ "error": { "code": "agentic_internal_error", "message": "Rankhog could not complete this agentic request." }}Reschedule Job POST
Move one scheduled Rankhog job to a new time. Only scheduled jobs can be rescheduled. Cache policy: live. Idempotency: required. Auth modes: api_key, mcp_oauth, session_bearer.
Get Credit Balance POST
Return the credit balance for an organization, or for one product when websiteId is set: period credits, organization bank, committed and spendable amounts, per-product balances, and the current cost table. Cache policy: live. Idempotency: none. Auth modes: api_key, mcp_oauth, session_bearer.