cURL
curl --request GET \ --url https://api.tapti.ai/fusion/jobs/{id}
{ "id": "47f85f19-60fc-4524-9c99-42a96c286d86", "job_type": "fetch_content", "payload": { "url": "https://www.google.com" }, "status": "pending", "result": { "contentIds": [ "content123", "content456" ], "contentGroupIds": [ "group789", "group101" ] }, "attempts": 1, "created_at": "2025-03-24T13:23:18.248Z", "updated_at": "2025-03-24T13:23:18.248Z" }
The ID of the job to get
"47f85f19-60fc-4524-9c99-42a96c286d86"
Job fetched successfully
The response is of type object.
object