Close menu
Explore Plans
Mobile menu Close menu
Shortcut

List iterations

Pro plus icon List the iterations (sprints) in your Shortcut workspace, most recent first.

Developer info

API endpoint slug
shortcut.list_iterations
Runtime method
performQuery("shortcut.list_iterations"}

Query fields

No fields for this query

Ingredients

Iteration The unique identifier of the iteration in Shortcut.

Slug
iteration_id
Filter code
Shortcut.listIterations.IterationId
Type
String
Example
101

Iteration name The name of the iteration or sprint.

Slug
iteration_name
Filter code
Shortcut.listIterations.IterationName
Type
String
Example
Sprint 23 - User Feedback

Iteration url The direct URL to view the iteration in the Shortcut web application.

Slug
iteration_url
Filter code
Shortcut.listIterations.IterationUrl
Type
Web URL
Example
https://app.shortcut.com/myworkspace/iteration/101

Start date The date when the iteration begins.

Slug
start_date
Filter code
Shortcut.listIterations.StartDate
Type
Date (ISO8601)
Example
2020-07-07

End date The date when the iteration is scheduled to end.

Slug
end_date
Filter code
Shortcut.listIterations.EndDate
Type
Date (ISO8601)
Example
2020-07-07

Status The current status of the iteration (unstarted, started, or done).

Slug
status
Filter code
Shortcut.listIterations.Status
Type
String
Example
started

Created at The timestamp when the iteration was created.

Slug
created_at
Filter code
Shortcut.listIterations.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Updated at The timestamp when the iteration was last modified.

Slug
updated_at
Filter code
Shortcut.listIterations.UpdatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00