Get a storyAsk AIget https://api.atono.io/api/v1/stories/{id}Returns a story by its UUID or handle, including its attributes and relationships.Path ParamsidstringrequiredThe UUID or handle of the story. The handle is the item ID shown in the Atono application (e.g., STORY-123).Query Paramsincludearray of objects | nullIncludes additional related data for each story. Repeat the parameter to include multiple relationships. ACCEPTANCE_CRITERIA - The acceptance criteria of the story. ASSIGNEE - The user assigned to the story. CREATOR - The user who created the story. FEATURE_FLAG - The feature flag associated with the story. TEAM - The team backlog the story is assigned to. FULL_TEXT - Returns the story’s main content and all acceptance criteria as a single formatted text block (may include minimal HTML). Requires ACCEPTANCE_CRITERIA in the includes list. includeADD Responses 200Successfully retrieved the story and its included relationships. 404The story could not be found, or one of the requested related resources (include) does not exist.Updated 8 months ago