provider Files GET /v1/files/{file_key}/meta
@utdk/figma /v1/files/{file_key}/meta
Get file metadata
Get file metadata
file_key path required
File to get metadata for. This can be a file key or branch key. Use `GET /v1/files/:key` with the `branch_data` query param to get the branch key.
string

Try it

Authentication
Configure credentials for Figma API
getfilemeta
GET/v1/files/{file_key}/meta
Get file metadata

Parameters

required

File to get metadata for. This can be a file key or branch key. Use `GET /v1/files/:key` with the `branch_data` query param to get the branch key.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import figma from '@utdk/figma';

await figma.getfilemeta()