# Get sequence subscriptions **GET /data/user/projects/{project_id}/task-types/{task_type_id}/sequence-subscriptions** Retrieve list of sequence IDs to which the current user has subscribed for a given task type within a specific project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier - **task_type_id** (string(uuid)) Task type unique identifier ## Responses ### 200 List of subscribed sequence IDs for the task type #### Body: application/json (array[string(uuid)]) array[string(uuid)] [Powered by Bump.sh](https://bump.sh)