curl --request GET \
--url https://api.wacht.dev/ai/projects/{project_id}/board \
--cookie __session={
"status": 123,
"message": "<string>",
"session": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
],
"data": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_id": "<string>",
"actor_id": "<string>",
"project_id": "<string>",
"title": "<string>",
"status": "<string>",
"metadata": {},
"archived_at": "2023-11-07T05:31:56Z"
}
}Was this page helpful?
curl --request GET \
--url https://api.wacht.dev/ai/projects/{project_id}/board \
--cookie __session={
"status": 123,
"message": "<string>",
"session": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
],
"data": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_id": "<string>",
"actor_id": "<string>",
"project_id": "<string>",
"title": "<string>",
"status": "<string>",
"metadata": {},
"archived_at": "2023-11-07T05:31:56Z"
}
}