fetch_stories
Retrieve multiple stories from Storyblok with customizable filters, pagination, and advanced search options for precise content management.
Instructions
Fetch multiple stories from Storyblok with advanced filtering and pagination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by_ids | No | ||
by_slugs | No | ||
by_uuids | No | ||
by_uuids_ordered | No | ||
contain_component | No | ||
excluding_ids | No | ||
excluding_slugs | No | ||
favourite | No | ||
filter_query | No | ||
folder_only | No | ||
in_release | No | ||
in_trash | No | ||
in_workflow_stages | No | ||
is_published | No | ||
mine | No | ||
page | No | ||
per_page | No | ||
pinned | No | ||
reference_search | No | ||
scheduled_at_gt | No | ||
scheduled_at_lt | No | ||
search | No | ||
sort_by | No | ||
starts_with | No | ||
story_only | No | ||
text_search | No | ||
with_parent | No | ||
with_slug | No | ||
with_summary | No | ||
with_tag | No |
Input Schema (JSON Schema)
{
"properties": {
"by_ids": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "By Ids"
},
"by_slugs": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "By Slugs"
},
"by_uuids": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "By Uuids"
},
"by_uuids_ordered": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "By Uuids Ordered"
},
"contain_component": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Contain Component"
},
"excluding_ids": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Excluding Ids"
},
"excluding_slugs": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Excluding Slugs"
},
"favourite": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Favourite"
},
"filter_query": {
"anyOf": [
{
"type": "string"
},
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Filter Query"
},
"folder_only": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Folder Only"
},
"in_release": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "In Release"
},
"in_trash": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "In Trash"
},
"in_workflow_stages": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "In Workflow Stages"
},
"is_published": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Is Published"
},
"mine": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Mine"
},
"page": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": 1,
"title": "Page"
},
"per_page": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": 25,
"title": "Per Page"
},
"pinned": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Pinned"
},
"reference_search": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Reference Search"
},
"scheduled_at_gt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Scheduled At Gt"
},
"scheduled_at_lt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Scheduled At Lt"
},
"search": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Search"
},
"sort_by": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sort By"
},
"starts_with": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Starts With"
},
"story_only": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Story Only"
},
"text_search": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Text Search"
},
"with_parent": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "With Parent"
},
"with_slug": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "With Slug"
},
"with_summary": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "With Summary"
},
"with_tag": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "With Tag"
}
},
"title": "fetch_storiesArguments",
"type": "object"
}