get_asset | Retrieve one asset by id, with its localized title, description and file (url, content type, size). |
get_content_type | Retrieve one content type by id, with the full definition of its fields (ids, types, required, localized). |
get_entry | Retrieve one entry by id, with its localized fields and its sys block (sys.version is what update_entry / publish_entry need). |
list_assets | List assets (media). Optional: query (full-text search), mimetype_group (image, video, audio, pdfdocument, archive, plaintext, richtext, presentation, spreadsheet, markup, code, attachment), filters (object of extra search keys → values), order, limit (1-1000), skip. |
list_content_types | List the content types (models) of the connected space/environment — start here to learn the content type ids and field names the other actions need. |
list_entries | Search entries. Optional: content_type (content type id), query (full-text search), filters (object of extra search keys → values, e.g. {“fields.slug”:“hello”,“sys.id[ne]”:“abc”} — a fields.* key only works together with content_type), order (e.g. -sys.updatedAt), select (comma-separated paths), limit (1-1000), skip. |
list_locales | List the locales of the environment — their codes (en-US, fr-FR…) are the keys every localized field of an entry is written under. |
list_tags | List the tags of the environment — their ids are what create_entry and update_entry accept in tagIds. |