| foundry_video_jobs | R Documentation |
foundry_video_jobs(
limit = 20L,
before = NULL,
after = NULL,
statuses = NULL,
api_key = NULL,
token = NULL,
endpoint = NULL,
api_version = "preview"
)
limit |
Integer. Maximum number of jobs to return. |
before, after |
Character. Optional pagination cursors. |
statuses |
Character vector. Optional status filters. |
api_key |
Character. Optional API key override. |
token |
Character. Optional bearer token override. |
endpoint |
Character. Optional endpoint override. |
api_version |
Character. Optional API version. Defaults to |
A tibble with one row per video job.
## Not run:
# Requires a configured Azure endpoint and credentials
# with access to the video preview API.
foundry_video_jobs(limit = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.