# Check sequence subscription **GET /data/user/entities/{sequence_id}/task-types/{task_type_id}/subscribed** Check if the current user has subscribed to a specific sequence and task type combination. Returns true if subscribed. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **sequence_id** (string(uuid)) Sequence unique identifier - **task_type_id** (string(uuid)) Task type unique identifier ## Responses ### 200 Subscription status for the sequence and task type #### Body: application/json (boolean) boolean [Powered by Bump.sh](https://bump.sh)