Skip to main content

Endpoint

GET https://api.apifycloud.io/api/v1/video/{appId}/scheduled-calls/{id}

Authentication

Bearer token required. Scope: scheduling:read

Path parameters

  • appId (UUID, required)
  • id (UUID, required) — the scheduled call id

Response

Errors

  • 403 forbidden unauthorized for app or missing scope
  • 404 not_found call does not belong to this app
  • 500 server_error

Example