Sign in

Read file metadata

documented

Return metadata about the file (name, last modified, editor type, thumbnail, etc.).

GET /v1/files/{key}/metaFilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.figma.com/v1/files/{{$key}}/meta" \
  -X GET \
  -H "Authorization: Bearer {{FIGMA_API_KEY}}" \
  -H "Accept: application/json"