Jobs
API endpoint allows you to get a result from async jobs.
This endpoint is not billed and can be called unlimited times without any cost implications
Header
This parameter specifies the private key you’ll need for HuntAPI.com access.
Response
Unique identifier for the job (UUID format)
Current status of the job:
QueuedJob
: Job is in progressCompletedJob
: Job has finished processing
Indicates if the job completed successfully. Only present when status is CompletedJob
The API endpoint that initiated this job (e.g., “/api/video/download”)
ISO 8601 timestamp when the job was created
ISO 8601 timestamp when the job started processing
Time taken to complete the job in milliseconds. Only present when status is CompletedJob
Input parameters provided when creating the job (e.g., query URL, async flag)
Output data from the completed job. Only present when status is CompletedJob
Was this page helpful?