get schedule coworker by its id
GET
https://api.wexa.ai/schedules/coworker/{id}
Last modified:2025-04-26 08:08:34
Retrieve Scheduled Task for a Specific AI Coworker
coworker_id
. This allows you to view the planned execution times, goals, and configurations associated with the coworker's scheduled tasks.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wexa.ai/schedules/coworker/' \
--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
Path Params
id
string
required
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-26 08:08:34