Skip to main content
GET
Get the transcript status of a campaign video

Authorizations

x-api-key
string
header
required
x-api-secret
string
header
required

Path Parameters

workspaceId
string
required

The workspace the campaign belongs to. Retrieve it from GET /v1/workspaces/identifier.

Example:

"7voa5y6qjj04kkbfqbgjd7kdvxlf4gqo"

campaignId
string
required

The campaign whose video transcript you want.

Example:

"2qnbb3ki589oioyimq0o7t1dxkb402ux"

Response

The current transcript status.

campaignId
string
Example:

"2qnbb3ki589oioyimq0o7t1dxkb402ux"

status
enum<string>

none — no transcript was ever requested. processing — one is being produced. ready — it can be read. failed — generation did not succeed.

Available options:
none,
processing,
ready,
failed
Example:

"ready"

language
string | null
Example:

"en"

source
enum<string> | null
Available options:
master,
prospect
Example:

"master"

generatedAt
string<date-time> | null
Example:

"2026-09-16T10:00:00.000Z"