foundry_video_jobs: List Microsoft Foundry video generation jobs

View source: R/video.R

foundry_video_jobsR Documentation

List Microsoft Foundry video generation jobs

Description

[Experimental]

Usage

foundry_video_jobs(
  limit = 20L,
  before = NULL,
  after = NULL,
  statuses = NULL,
  api_key = NULL,
  token = NULL,
  endpoint = NULL,
  api_version = "preview"
)

Arguments

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 "preview".

Value

A tibble with one row per video job.

Examples

## Not run: 
# Requires a configured Azure endpoint and credentials
# with access to the video preview API.
foundry_video_jobs(limit = 10)

## End(Not run)

foundryR documentation built on Sept. 25, 2026, 1:10 a.m.