Skip to main content
GET
/
api
/
agent
/
schedule
Get scheduled content timeline
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"
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Query Parameters

from
string<date>

Start date (default: today)

to
string<date>

End date (default: today + 14 days)

type
enum<string>
default:all
Available options:
all,
article,
post,
social

Response

Schedule items

items
object[]
required
total
integer
required
from
string<date>
required
to
string<date>
required