← Tools Reference

Storyblok

Storyblok integration (Productivity, Developer Tools). Imported from open-connector.

API key7 toolshttps://api.storyblok.com/v2/cdn
GET
storyblok_get_space
Retrieve metadata for the Storyblok space associated with the access token.

/spaces/me

GET
storyblok_list_stories
List Storyblok stories with pagination, content filters, language, and relation resolution options.

/stories

35 parameters
ParamTypeRequiredDescription
versionstringoptionalStoryblok content version to request.
cvintegeroptionalStoryblok cache version timestamp.
from_releasestringoptionalRelease ID to request a story version from.
resolve_linksstringoptionalStoryblok link resolution mode.
resolve_links_levelintegeroptionalNumber of link levels to resolve.
resolve_relationsstringoptionalComma-separated component.field references to resolve as stories.
resolve_levelintegeroptionalForce second-level relation resolution.
resolve_assetsintegeroptionalStoryblok numeric boolean flag, where 1 means yes and 0 means no.
fallback_langstringoptionalFallback language code configured in the space.
languagestringoptionalLanguage code configured in the space.
starts_withstringoptionalReturn stories whose full_slug starts with this value.
search_termstringoptionalSearch term applied to story name, slug, full slug, and content.
pageintegeroptionalPage number to request from Storyblok.
per_pageintegeroptionalStories to request per page.
content_typestringoptionalStoryblok content type technical name.
by_slugsstringoptionalComma-separated full slugs to include, with wildcard support.
excluding_slugsstringoptionalComma-separated full slugs to exclude, with wildcard support.
by_uuidsstringoptionalComma-separated story UUIDs to include.
by_uuids_orderedstringoptionalComma-separated story UUIDs to include while preserving request order.
excluding_idsstringoptionalComma-separated story IDs to exclude.
with_tagstringoptionalComma-separated tag slugs used to filter stories.
sort_bystringoptionalStoryblok sort expression.
in_workflow_stagesstringoptionalComma-separated workflow stage IDs.
filter_queryobjectoptionalStoryblok filter_query object keyed by field name.
levelintegeroptionalFolder level used to filter returned stories.
is_startpageintegeroptionalStoryblok numeric boolean flag, where 1 means yes and 0 means no.
first_published_at_gtstringoptionalReturn stories first published after this timestamp.
first_published_at_ltstringoptionalReturn stories first published before this timestamp.
published_at_gtstringoptionalReturn stories published after this timestamp.
published_at_ltstringoptionalReturn stories published before this timestamp.
published_at_gtestringoptionalReturn stories published on or after this timestamp.
published_at_ltestringoptionalReturn stories published on or before this timestamp.
updated_at_gtstringoptionalReturn stories updated after this timestamp.
updated_at_ltstringoptionalReturn stories updated before this timestamp.
excluding_fieldsstringoptionalComma-separated content field names to exclude.
GET
storyblok_get_story
Retrieve one Storyblok story by full slug, numeric ID, or UUID.

/stories/{story}

12 parameters
ParamTypeRequiredDescription
storystringrequiredStory full slug, numeric ID, or UUID to place in the path.
find_bystringoptionalStory lookup mode required when story is a UUID.
versionstringoptionalStoryblok content version to request.
cvintegeroptionalStoryblok cache version timestamp.
from_releasestringoptionalRelease ID to request a story version from.
resolve_linksstringoptionalStoryblok link resolution mode.
resolve_links_levelintegeroptionalNumber of link levels to resolve.
resolve_relationsstringoptionalComma-separated component.field references to resolve as stories.
resolve_levelintegeroptionalForce second-level relation resolution.
resolve_assetsintegeroptionalStoryblok numeric boolean flag, where 1 means yes and 0 means no.
fallback_langstringoptionalFallback language code configured in the space.
languagestringoptionalLanguage code configured in the space.
GET
storyblok_list_links
List compact Storyblok link records for stories and folders in a space.

/links

8 parameters
ParamTypeRequiredDescription
starts_withstringoptionalReturn links whose full_slug starts with this value.
versionstringoptionalStoryblok content version to request.
cvintegeroptionalStoryblok cache version timestamp.
with_parentintegeroptionalFolder ID used to filter links, or 0 for root entries.
include_datesintegeroptionalStoryblok numeric boolean flag, where 1 means yes and 0 means no.
pageintegeroptionalPage number to request from Storyblok.
per_pageintegeroptionalLinks to request per page.
paginatedintegeroptionalStoryblok numeric boolean flag, where 1 means yes and 0 means no.
GET
storyblok_list_datasources
List Storyblok datasources with pagination.

/datasources

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request from Storyblok.
per_pageintegeroptionalMaximum number of items to request per page.
GET
storyblok_list_datasource_entries
List Storyblok datasource entries, optionally filtered by datasource and dimension.

/datasource_entries/

5 parameters
ParamTypeRequiredDescription
datasourcestringoptionalDatasource slug to filter entries by.
dimensionstringoptionalDatasource dimension value to request.
pageintegeroptionalPage number to request from Storyblok.
per_pageintegeroptionalDatasource entries to request per page.
cvintegeroptionalStoryblok cache version timestamp.
GET
storyblok_list_tags
List Storyblok tags assigned to stories in the current space.

/tags

2 parameters
ParamTypeRequiredDescription
starts_withstringoptionalReturn tags assigned to stories whose full_slug starts with this value.
versionstringoptionalStoryblok content version to request.