Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.

web


web / lib/hooks/use-ingest-jobs-query

lib/hooks/use-ingest-jobs-query

React Query hook for fetching ingest jobs by ingest file ID.

Variables

ingestJobKeys

const ingestJobKeys: object

Type Declaration

all

all: readonly ["ingest-jobs"]

byFile

byFile: (fileId) => readonly ["ingest-jobs", "file", number]

Parameters
fileId

number

Returns

readonly ["ingest-jobs", "file", number]

Functions

useIngestJobsByFileQuery()

useIngestJobsByFileQuery(ingestFileId): UseQueryResult<IngestJob[], Error>

Parameters

ingestFileId

number | null

Returns

UseQueryResult<IngestJob[], Error>

Last updated on