get schedule coworker by its id
GET
api.wexa.ai/schedule/coworker/6807377dff5c4953f01709bc
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'api.wexa.ai/schedule/coworker/6807377dff5c4953f01709bc' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
{
"conclusion": null,
"count": 0,
"coworker_id": "68067c49c517ff5238533ccf",
"created_at": 1745303421.154476,
"created_by": "67fdea40aac77be632954f0e",
"frequency": null,
"goal": {
"display_template": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"say about abdul kalam\"}]}]",
"template": "say about abdul kalam"
},
"_id": "6807377dff5c4953f01709bc",
"last_coworker_execution_id": null,
"last_record_id": null,
"limit": null,
"projectID": "67fdea40aac77be632954f13",
"schedule": 1745322000,
"status": "active",
"table": null,
"type": "once",
"updated_at": null,
"task_id": "6807377cff5c4953f01709ba"
}
Request
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-23 12:57:27