Skip to main content
GET
/
api
/
v1
/
takeouts
/
get
/
{job_id}
/
file
/
{file_name}
Typescript (SDK)
import { SyllableSDK } from "syllable-sdk";

const syllableSDK = new SyllableSDK({
  apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "",
});

async function run() {
  const result = await syllableSDK.takeouts.takeoutsGetFile({
    jobId: "<id>",
    fileName: "example.file",
  });

  console.log(result);
}

run();
"<string>"

Authorizations

Syllable-API-Key
string
header
required

Path Parameters

job_id
string
required
file_name
string
required

Response

File content

The response is of type file.