curl --request GET \
--url https://www.citedy.com/api/agent/schedule \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "article",
"title": "<string>",
"scheduledAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"platform": "<string>"
}
],
"total": 123,
"from": "2023-12-25",
"to": "2023-12-25"
}curl --request GET \
--url https://www.citedy.com/api/agent/schedule \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "article",
"title": "<string>",
"scheduledAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"platform": "<string>"
}
],
"total": 123,
"from": "2023-12-25",
"to": "2023-12-25"
}Bearer citedy_agent_* key
Start date (default: today)
End date (default: today + 14 days)
all, article, post, social