Path Parameters
The ID of the job to get
Example:
"47f85f19-60fc-4524-9c99-42a96c286d86"
Response
Job fetched successfully
The ID of the job
Example:
"47f85f19-60fc-4524-9c99-42a96c286d86"
The status of the job
Example:
"pending"
The type of the job
Example:
"fetch_content"
The payload of the job
Example:
{ "url": "https://www.google.com" }
The result of the job
Example:
{
"contentIds": ["content123", "content456"],
"contentGroupIds": ["group789", "group101"]
}
The number of attempts of the job
Example:
1
The created at of the job
Example:
"2025-03-24T13:23:18.248Z"
The updated at of the job
Example:
"2025-03-24T13:23:18.248Z"