get https://api.contextual.ai/v1/agents//tune/jobs//metadata
Retrieve the status of a specific tuning job.
After the tuning job is complete, the metadata associated with the tune job will include evaluation results and a model ID. You can then deploy the tuned model to the agent by editing its config with the tuned model ID and the "Edit Agent" API (i.e. the PUT /agents/{agent_id}
API).