Skip to main content
GET
Get Job Status
Poll this endpoint to check the status of any async job (portfolio analysis, stock reports, etc.).

Job Status Values

Progress Information

While processing, the response includes progress details:

Completed Response

When status is completed, the results are in the result field. The structure depends on the job type: Portfolio Analysis:
Stock Report:
Jobs expire after 30 minutes. Retrieve results promptly after completion.

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

job_id
string
required

The job ID returned from the analyze endpoint

Response

Job status retrieved

job_id
string

Job identifier

status
enum<string>

Current job status

Available options:
pending,
processing,
completed,
failed
progress
object

Progress information (when processing)

result
object

Analysis result (when completed)

error
string

Error message (when failed)