Get a persisted keyword research job
Retrieve the status and results of a specific keyword research job by ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
Successful Response
Full response model for a KeywordResearchJob record.
Attributes: id: UUID of the job record. org_id: Organization this job belongs to. project_id: Optional project scope. status: Current lifecycle state (pending, processing, completed, failed). research_type: Type of research that was requested. input_params: Original request parameters passed to the worker. results_data: Keyword result rows once the job completes. result_count: Number of result rows returned. error_message: Error detail when status is 'failed'. completed_at: Timestamp when the job transitioned to completed/failed. created_by: UUID of the user who started the job. created_at: Record creation timestamp. updated_at: Record last-modified timestamp.