Shortcut
communityProject management platform for software teams with stories, epics, iterations, and roadmaps.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.app.shortcut.com/api/v3/search/storiesSearch stories
Parameters
querysearch query (stringrequiredpage_sizeresults (integeroptionalReturns
data[] with id, name, story_type, workflow_state_id, estimate, owner_ids, created_at, updated_at, labels[]POST
https://api.app.shortcut.com/api/v3/storiesCreate a new story
Parameters
namestory title (stringrequiredlabelslabel objects (arrayoptionalestimatepoint estimate (integeroptionalproject_idproject ID (integeroptionalstory_typefeature|bug|chore (stringoptionaldescriptiondescription (stringoptionalReturns
id, name, story_type, workflow_state_id, estimate, app_url, created_atGET
https://api.app.shortcut.com/api/v3/iterationsList iterations/sprints
Returns
iterations[] with id, name, status, start_date, end_date, stats with num_stories, num_points