Optional_expandable _expandable ?: { content ?: string ; embeddedContent ?: string ; mediaToken ?: string ; webresource ?: string ; } & { [key : string ]: unknown ; }
Optionalerror error ?: string
Optionalmedia Token media Token ?: { collectionIds ?: string [] ; contentId ?: string ; expiryDateTime ?: string ; fileIds ?: string [] ; token ?: string ; } & { [key : string ]: unknown ; }
Optionalrender Task Id render Task Id ?: string
Optionalrepresentation representation ?: | "view" | "storage" | "export_view" | "styled_view" | "editor" | "editor2" | "anonymous_export_view" | "wiki" | "atlas_doc_format"
Optionalstatus status ?: | "WORKING" | "QUEUED" | "FAILED" | "COMPLETED" | "RERUNNING"
Optionalvalue value ?: string
Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.