List workbench jobs
GET/v1/api/ai/workbenches/{id}/jobs
Parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"completed_at": "string",
"error": "string",
"id": "string",
"inserted_at": "string",
"prompt": "string",
"result": {
"conclusion": "string",
"id": "string",
"inserted_at": "string",
"metadata": {
"metrics": [
{
"labels": {},
"name": "string",
"timestamp": "string",
"value": 0
}
]
},
"todos": [
{
"title": "string",
"description": "string",
"done": false
}
],
"updated_at": "string",
"workbench_job_id": "string",
"working_theory": "string"
},
"started_at": "string",
"status": "pending",
"updated_at": "string",
"user_id": "string",
"workbench_id": "string"
}
]
}