Skip to main content
GET
/
schedules
/
{schedule}
/
updates
/
{update}
Get Schedule Update
curl --request GET \
  --url http://localhost/api/schedules/{schedule}/updates/{update}
{
  "data": {
    "id": "<string>",
    "type": "updates",
    "attributes": {
      "id": 123,
      "updateable_id": 123,
      "updateable_type": "<string>",
      "message": "<string>",
      "created": {
        "human": "<string>",
        "string": "<string>"
      },
      "updated": {
        "human": "<string>",
        "string": "<string>"
      },
      "status": {
        "human": "<string>",
        "value": "<string>"
      }
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.cachethq.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

schedule
integer
required

The schedule ID

update
integer
required

The update ID

Query Parameters

include
string

Available includes are schedule, scheduleCount, scheduleExists. You can include multiple options by separating them with a comma.

Response

Update

data
Update · object
required