Look up a single Shortcut story by its numeric ID and return its full details.
- API endpoint slug
- shortcut.get_a_story
- Runtime method
- performQuery("shortcut.get_a_story"}
Query fields
- Label
- Story ID
- Helper text
- The numeric ID of the story, e.g. 12345. This is the StoryId ingredient produced by Shortcut triggers.
- Slug
- story_id
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- story_id
- Filter code
- Shortcut.getAStory.StoryId
- Type
- String
- Example
- 12345
- Slug
- story_name
- Filter code
- Shortcut.getAStory.StoryName
- Type
- String
- Example
- Implement new login flow
- Slug
- story_url
- Filter code
- Shortcut.getAStory.StoryUrl
- Type
- Web URL
- Example
- https://app.shortcut.com/myworkspace/story/12345
- Slug
- story_description
- Filter code
- Shortcut.getAStory.StoryDescription
- Type
- String
- Example
- Detailed description of the new login flow requirements.
- Slug
- story_type
- Filter code
- Shortcut.getAStory.StoryType
- Type
- String
- Example
- Feature
- Slug
- created_at
- Filter code
- Shortcut.getAStory.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- updated_at
- Filter code
- Shortcut.getAStory.UpdatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- completed_at
- Filter code
- Shortcut.getAStory.CompletedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- requested_by_id
- Filter code
- Shortcut.getAStory.RequestedById
- Type
- String
- Example
- a1b2c3d4-e5f6-7890-1234-567890abcdef
- Slug
- owner_ids
- Filter code
- Shortcut.getAStory.OwnerIds
- Type
- String
- Example
- a1b2c3d4-e5f6-7890-1234-567890abcdef,b2c3d4e5-f6a7-8901-2345-67890abcdef0
- Slug
- estimate
- Filter code
- Shortcut.getAStory.Estimate
- Type
- String
- Example
- 5
- Slug
- comment_ids
- Filter code
- Shortcut.getAStory.CommentIds
- Type
- String
- Example
- 5678,9012,3456
- Slug
- workflow_id
- Filter code
- Shortcut.getAStory.WorkflowId
- Type
- String
- Example
- 500000011
- Slug
- workflow_name
- Filter code
- Shortcut.getAStory.WorkflowName
- Type
- String
- Example
- Development Workflow
- Slug
- workflow_state_id
- Filter code
- Shortcut.getAStory.WorkflowStateId
- Type
- String
- Example
- 500000011
- Slug
- workflow_state_name
- Filter code
- Shortcut.getAStory.WorkflowStateName
- Type
- String
- Example
- In Review
- Slug
- team_id
- Filter code
- Shortcut.getAStory.TeamId
- Type
- String
- Example
- z9y8x7w6-v5u4-3210-fedc-ba9876543210
- Slug
- team_name
- Filter code
- Shortcut.getAStory.TeamName
- Type
- String
- Example
- Backend Developers
- Slug
- epic_id
- Filter code
- Shortcut.getAStory.EpicId
- Type
- String
- Example
- 123
- Slug
- epic_name
- Filter code
- Shortcut.getAStory.EpicName
- Type
- String
- Example
- User Feedback Epic
- Slug
- iteration_id
- Filter code
- Shortcut.getAStory.IterationId
- Type
- String
- Example
- 101
- Slug
- iteration_name
- Filter code
- Shortcut.getAStory.IterationName
- Type
- String
- Example
- Sprint 23 - User Feedback
- Slug
- iteration_start_date
- Filter code
- Shortcut.getAStory.IterationStartDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- iteration_end_date
- Filter code
- Shortcut.getAStory.IterationEndDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- iteration_status
- Filter code
- Shortcut.getAStory.IterationStatus
- Type
- String
- Example
- Started
- Slug
- file_urls
- Filter code
- Shortcut.getAStory.FileUrls
- Type
- String
- Example
- url1,url2,url3
- Slug
- task_descriptions
- Filter code
- Shortcut.getAStory.TaskDescriptions
- Type
- String
- Example
- task1,task2,task3
- Slug
- blocked
- Filter code
- Shortcut.getAStory.Blocked
- Type
- String
- Example
- true
- Slug
- blocker
- Filter code
- Shortcut.getAStory.Blocker
- Type
- String
- Example
- false