Retrieve a knowledge upload job
Authentication
Path parameters
UUID of the agent. It must belong to the authenticated workspace; an id from another workspace answers 404, exactly like an unknown one. Returned as id by GET /api/agents.
The jobId returned by the 202 upload response. A value that is not a UUID returns 400.
Response
A queued knowledge upload, as returned by GET /api/agents/{agentId}/knowledge/jobs/{jobId}. Kept for one hour after its last update.

