Get a story

Returns a story by its UUID or handle, including its attributes and relationships.

Path Params
string
required

The UUID or handle of the story. The handle is the item ID shown in the Atono application (e.g., STORY-123).

Query Params
include
array of objects | null

Includes 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.
include
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json