List work items
GET/api/v1/workspaces/:slug/projects/:project_id/issues/
Retrieve a paginated list of all work items in a project. Supports filtering, ordering, and field selection through query parameters.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Paginated list of work items
Invalid request data provided
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Project not found