curl --location --request GET 'https://huntapi.com/api/v1/jobs/018b1e9c-4c91-8b41-7a23-194757ee0a59' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <token>'
{ "id": "0193443f-fb80-9d19-29ba-82bc77c7cd8c", "status": "QueuedJob", "endpoint": "/api/video/download", "created_at": "2024-11-19T11:47:44.127229Z", "started_at": "2024-11-19T11:47:44.134374Z", "args": { "query": "https://<redacted>.com/watch?v=KngdLKv9RAc" } }
API endpoint allows you to get a result from async jobs.
QueuedJob
CompletedJob
Show response
Was this page helpful?